Enum CRLDistributionPointRevocationReason

java.lang.Object
java.lang.Enum<CRLDistributionPointRevocationReason>
com.unboundid.util.ssl.cert.CRLDistributionPointRevocationReason
All Implemented Interfaces:
Serializable, Comparable<CRLDistributionPointRevocationReason>, java.lang.constant.Constable

This enum defines a set of reasons for which a CRL distribution point may revoke a certificate.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Indicates that a CRL distribution point may revoke a certificate if an associated attribute authority has been compromised.
    Indicates that a CRL distribution point may revoke a certificate if the owner of a certificate is no longer affiliated with its issuer.
    Indicates that a CRL distribution point may revoke a certificate if the certificate issuer's private key may have been compromised.
    Indicates that a CRL distribution point may revoke a certificate if the certificate has been put on hold.
    Indicates that a CRL distribution point may revoke a certificate if the certification authority is no longer in operation.
    Indicates that a CRL distribution point may revoke a certificate if the certificate's private key may have been compromised.
    Indicates that a CRL distribution point may revoke a certificate if one or more of the privileges granted to the certificate have been withdrawn.
    Indicates that a CRL distribution point may revoke a certificate if it has been superseded by a newer certificate.
    Indicates that a CRL distribution point may revoke a certificate for an unspecified reason.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the CRL distribution point revocation reason with the specified name.
    Retrieves a human-readable name for this CRL distribution point revocation reason.
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait