Uses of Enum Class
java.security.cert.CRLReason
Package
Description
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
-
Uses of CRLReason in java.security.cert
Modifier and TypeMethodDescriptionCertificateRevokedException.getRevocationReason()
Returns the reason the certificate was revoked.X509CRLEntry.getRevocationReason()
Returns the reason the certificate has been revoked, as specified in the Reason Code extension of this CRL entry.static CRLReason
Returns the enum constant of this class with the specified name.static CRLReason[]
CRLReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCertificateRevokedException
(Date revocationDate, CRLReason reason, X500Principal authority, Map<String, Extension> extensions) Constructs aCertificateRevokedException
with the specified revocation date, reason code, authority name, and map of extensions.