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 RevocationReason
CertRevokeRequest. getReason()
Methods in com.netscape.certsrv.cert with parameters of type RevocationReason Modifier and Type Method Description void
CertRevokeRequest. 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 RevocationReason
ICertRecord. 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 RevokedCertImpl
CMSServlet. 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 RevocationReason
RevocationProcessor. getRevocationReason()
Methods in com.netscape.cms.servlet.cert with parameters of type RevocationReason Modifier and Type Method Description void
RevocationProcessor. setRevocationReason(RevocationReason revocationReason)
-
Uses of RevocationReason in netscape.security.x509
Fields in netscape.security.x509 declared as RevocationReason Modifier and Type Field Description static RevocationReason
RevocationReason. AA_COMPROMISE
static RevocationReason
RevocationReason. AFFILIATION_CHANGED
static RevocationReason
RevocationReason. CA_COMPROMISE
static RevocationReason
RevocationReason. CERTIFICATE_HOLD
static RevocationReason
RevocationReason. CESSATION_OF_OPERATION
static RevocationReason
RevocationReason. KEY_COMPROMISE
static RevocationReason
RevocationReason. PRIVILEGE_WITHDRAWN
static RevocationReason
RevocationReason. REMOVE_FROM_CRL
static RevocationReason
RevocationReason. SUPERSEDED
static RevocationReason
RevocationReason. UNSPECIFIED
ReasonsFields in netscape.security.x509 with type parameters of type RevocationReason Modifier and Type Field Description static java.util.Map<java.lang.Integer,RevocationReason>
RevocationReason. CODES
static java.util.Collection<RevocationReason>
RevocationReason. INSTANCES
static java.util.Map<java.lang.String,RevocationReason>
RevocationReason. LABELS
Methods in netscape.security.x509 that return RevocationReason Modifier and Type Method Description static RevocationReason
RevocationReason. fromInt(int reason)
RevocationReason
CRLReasonExtension. getReason()
RevocationReason
RevocationReasonAdapter. unmarshal(java.lang.String value)
static RevocationReason
RevocationReason. valueOf(int reason)
static RevocationReason
RevocationReason. valueOf(java.lang.String string)
Methods in netscape.security.x509 with parameters of type RevocationReason Modifier and Type Method Description java.lang.String
RevocationReasonAdapter. 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
-