Uses of Class
org.mozilla.jss.netscape.security.x509.FreshestCRLExtension.Reason
Packages that use FreshestCRLExtension.Reason
-
Uses of FreshestCRLExtension.Reason in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as FreshestCRLExtension.ReasonModifier and TypeFieldDescriptionstatic final FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.AFFILIATION_CHANGED
static final FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.CA_COMPROMISE
static final FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.CERTIFICATE_HOLD
static final FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.CESSATION_OF_OPERATION
static final FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.KEY_COMPROMISE
static final FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.SUPERSEDED
static final FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.UNUSED
Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type FreshestCRLExtension.ReasonModifier and TypeFieldDescriptionprivate static Vector
<FreshestCRLExtension.Reason> FreshestCRLExtension.Reason.list
private static Hashtable
<String, FreshestCRLExtension.Reason> FreshestCRLExtension.Reason.map
Methods in org.mozilla.jss.netscape.security.x509 that return FreshestCRLExtension.ReasonModifier and TypeMethodDescriptionstatic FreshestCRLExtension.Reason[]
FreshestCRLExtension.Reason.bitArrayToReasonArray
(byte bitFlags) Given a bit array representing reason flags, extracts the reasons and returns them as an array.static FreshestCRLExtension.Reason[]
FreshestCRLExtension.Reason.bitArrayToReasonArray
(byte[] bitFlags) Given a bit array representing reason flags, extracts the reasons and returns them as an array.static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason.fromString
(String name)