com.ibm.security.certclient.base

Interface PkRevoConstants

All known subinterfaces:
PkConstants
All known implementing classes:
JPKI, PkBase64PkcsEventFormatter, PkCASetUp, PkCertGen, PkCertPath, PkCmpEventFormatter, PkEeXMgr, PkHttpEventFormatter, PkPkcsEventFormatter, PkTcpV10CmpEventFormatter

  1. public interface PkRevoConstants
Constants used for revocation request attribute names. That is, the names of attributes in instances of PkRevoReqEvent and its subclasses.
Author:
Rod Mancisidor

Field Summary

Modifier and Type Field and Description
  1. static
  2. String
REVO_BAD_SINCE_DATE
Certificate known to be bad since this date; maps to Date.
  1. static
  2. String
REVO_CRL_EXT
Refers to all CRL and CRL entry extensions; maps to CRLExtensions.
  1. static
  2. String
REVO_OPER
All operational revocation attribute names start with this string.
  1. static
  2. String
REVO_PUBLISH_IMMEDIATELY
If true, published the certificate immediately; maps to Boolean.
  1. static
  2. String
REVO_REASON
An integer corresponding to the reason for revocation; maps to Integer.
  1. static
  2. String
REVO_ROOT
All certificate request attribute names start with this string.

Field Detail

REVO_ROOT

  1. static final String REVO_ROOT
All certificate request attribute names start with this string.
See Also:

REVO_REASON

  1. 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

  1. static final String REVO_BAD_SINCE_DATE
Certificate known to be bad since this date; maps to Date.
See Also:

REVO_CRL_EXT

  1. static final String REVO_CRL_EXT
Refers to all CRL and CRL entry extensions; maps to CRLExtensions.
See Also:

REVO_OPER

  1. static final String REVO_OPER
All operational revocation attribute names start with this string.
See Also:

REVO_PUBLISH_IMMEDIATELY

  1. static final String REVO_PUBLISH_IMMEDIATELY
If true, published the certificate immediately; maps to Boolean.
See Also: