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.ReasonFreshestCRLExtension.Reason.AFFILIATION_CHANGEDstatic final FreshestCRLExtension.ReasonFreshestCRLExtension.Reason.CA_COMPROMISEstatic final FreshestCRLExtension.ReasonFreshestCRLExtension.Reason.CERTIFICATE_HOLDstatic final FreshestCRLExtension.ReasonFreshestCRLExtension.Reason.CESSATION_OF_OPERATIONstatic final FreshestCRLExtension.ReasonFreshestCRLExtension.Reason.KEY_COMPROMISEstatic final FreshestCRLExtension.ReasonFreshestCRLExtension.Reason.SUPERSEDEDstatic final FreshestCRLExtension.ReasonFreshestCRLExtension.Reason.UNUSEDFields in org.mozilla.jss.netscape.security.x509 with type parameters of type FreshestCRLExtension.ReasonModifier and TypeFieldDescriptionprivate static Vector<FreshestCRLExtension.Reason> FreshestCRLExtension.Reason.listprivate static Hashtable<String, FreshestCRLExtension.Reason> FreshestCRLExtension.Reason.mapMethods 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.ReasonFreshestCRLExtension.Reason.fromString(String name)