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.ReasonFreshestCRLExtension.Reason. AFFILIATION_CHANGEDstatic FreshestCRLExtension.ReasonFreshestCRLExtension.Reason. CA_COMPROMISEstatic FreshestCRLExtension.ReasonFreshestCRLExtension.Reason. CERTIFICATE_HOLDstatic FreshestCRLExtension.ReasonFreshestCRLExtension.Reason. CESSATION_OF_OPERATIONstatic FreshestCRLExtension.ReasonFreshestCRLExtension.Reason. KEY_COMPROMISEstatic FreshestCRLExtension.ReasonFreshestCRLExtension.Reason. SUPERSEDEDstatic FreshestCRLExtension.ReasonFreshestCRLExtension.Reason. UNUSEDMethods 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.ReasonFreshestCRLExtension.Reason. fromString(java.lang.String name)
-