Uses of Class
netscape.security.x509.FreshestCRLExtension.Reason
-
Packages that use FreshestCRLExtension.Reason Package Description netscape.security.x509 -
-
Uses of FreshestCRLExtension.Reason in netscape.security.x509
Fields in netscape.security.x509 declared as FreshestCRLExtension.Reason Modifier and Type Field Description static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason. AFFILIATION_CHANGED
static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason. CA_COMPROMISE
static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason. CERTIFICATE_HOLD
static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason. CESSATION_OF_OPERATION
static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason. KEY_COMPROMISE
static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason. SUPERSEDED
static FreshestCRLExtension.Reason
FreshestCRLExtension.Reason. UNUSED
Methods in netscape.security.x509 that return FreshestCRLExtension.Reason Modifier and Type Method Description 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. 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(java.lang.String name)
-