com.ibm.security.certclient.base
Interface PkRevoConstants
All known subinterfaces:
All known implementing classes:
JPKI, PkBase64PkcsEventFormatter, PkCASetUp, PkCertGen, PkCertPath, PkCmpEventFormatter, PkEeXMgr, PkHttpEventFormatter, PkPkcsEventFormatter, PkTcpV10CmpEventFormatter
- public interface PkRevoConstants
PkRevoReqEvent
and its subclasses.
Author:
Rod Mancisidor
Field Summary
Modifier and Type | Field and Description |
---|---|
|
REVO_BAD_SINCE_DATE
Certificate known to be bad since this date;
maps to
Date .
|
|
REVO_CRL_EXT
Refers to all CRL and CRL entry extensions;
maps to
CRLExtensions .
|
|
REVO_OPER
All operational revocation attribute names start with this string.
|
|
REVO_PUBLISH_IMMEDIATELY
If true, published the certificate immediately;
maps to
Boolean .
|
|
REVO_REASON
An integer corresponding to the reason for revocation;
maps to
Integer .
|
|
REVO_ROOT
All certificate request attribute names start with this string.
|
Field Detail
REVO_ROOT
- static final String REVO_ROOT
All certificate request attribute names start with this string.
See Also:
REVO_REASON
- static final String REVO_REASON
An integer corresponding to the reason for revocation;
maps to
Integer
.
This is what gets used internally in the code to keep track of
the revocation reason.
See Also:
REVO_BAD_SINCE_DATE
- static final String REVO_BAD_SINCE_DATE
Certificate known to be bad since this date;
maps to
Date
.
See Also:
REVO_CRL_EXT
- static final String REVO_CRL_EXT
Refers to all CRL and CRL entry extensions;
maps to
CRLExtensions
.
See Also:
REVO_OPER
- static final String REVO_OPER
All operational revocation attribute names start with this string.
See Also:
REVO_PUBLISH_IMMEDIATELY
- static final String REVO_PUBLISH_IMMEDIATELY
If true, published the certificate immediately;
maps to
Boolean
.
See Also: