Uses of Class
netscape.security.x509.RevocationReason
-
Packages that use RevocationReason Package Description com.netscape.certsrv.cert com.netscape.certsrv.dbs.certdb com.netscape.cms.servlet.base com.netscape.cms.servlet.cert netscape.security.x509 -
-
Uses of RevocationReason in com.netscape.certsrv.cert
Methods in com.netscape.certsrv.cert that return RevocationReason Modifier and Type Method Description RevocationReasonCertRevokeRequest. getReason()Methods in com.netscape.certsrv.cert with parameters of type RevocationReason Modifier and Type Method Description voidCertRevokeRequest. setReason(RevocationReason reason) -
Uses of RevocationReason in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that return RevocationReason Modifier and Type Method Description RevocationReasonICertRecord. getRevReason()returns the revocation reason -
Uses of RevocationReason in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type RevocationReason Modifier and Type Method Description protected RevokedCertImplCMSServlet. formCRLEntry(java.math.BigInteger serialNo, RevocationReason reason)make a CRL entry from a serial number and revocation reason. -
Uses of RevocationReason in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that return RevocationReason Modifier and Type Method Description RevocationReasonRevocationProcessor. getRevocationReason()Methods in com.netscape.cms.servlet.cert with parameters of type RevocationReason Modifier and Type Method Description voidRevocationProcessor. setRevocationReason(RevocationReason revocationReason) -
Uses of RevocationReason in netscape.security.x509
Fields in netscape.security.x509 declared as RevocationReason Modifier and Type Field Description static RevocationReasonRevocationReason. AA_COMPROMISEstatic RevocationReasonRevocationReason. AFFILIATION_CHANGEDstatic RevocationReasonRevocationReason. CA_COMPROMISEstatic RevocationReasonRevocationReason. CERTIFICATE_HOLDstatic RevocationReasonRevocationReason. CESSATION_OF_OPERATIONstatic RevocationReasonRevocationReason. KEY_COMPROMISEstatic RevocationReasonRevocationReason. PRIVILEGE_WITHDRAWNstatic RevocationReasonRevocationReason. REMOVE_FROM_CRLstatic RevocationReasonRevocationReason. SUPERSEDEDstatic RevocationReasonRevocationReason. UNSPECIFIEDReasonsFields in netscape.security.x509 with type parameters of type RevocationReason Modifier and Type Field Description static java.util.Map<java.lang.Integer,RevocationReason>RevocationReason. CODESstatic java.util.Collection<RevocationReason>RevocationReason. INSTANCESstatic java.util.Map<java.lang.String,RevocationReason>RevocationReason. LABELSMethods in netscape.security.x509 that return RevocationReason Modifier and Type Method Description static RevocationReasonRevocationReason. fromInt(int reason)RevocationReasonCRLReasonExtension. getReason()RevocationReasonRevocationReasonAdapter. unmarshal(java.lang.String value)static RevocationReasonRevocationReason. valueOf(int reason)static RevocationReasonRevocationReason. valueOf(java.lang.String string)Methods in netscape.security.x509 with parameters of type RevocationReason Modifier and Type Method Description java.lang.StringRevocationReasonAdapter. marshal(RevocationReason value)Constructors in netscape.security.x509 with parameters of type RevocationReason Constructor Description CRLReasonExtension(java.lang.Boolean critical, RevocationReason reason)CRLReasonExtension(RevocationReason reason)Create extension value for specific revocation reason
-