com.ibm.security.certclient.base
Interface PkConstants
- public interface PkConstants
- extends PkAttrKind, PkCertConstants, PkRevoConstants, PkHttpConstants, PkPollConstants
PkConstants
extends all interfaces in com.ibm.security.certclient.base
that define possible attribute names and kinds.
In addition, PkConstants
defines names of attributes that are
applicable to any kind of PKI request events. That is, the names of
attributes in instances of PkReqEvent
and its subclasses.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
BIG_ONE
|
|
BIG_TWO
|
|
PKI_DB_CONN
DB connection;
maps to
com.ibm.security.certclient.util.PkDbConn .
|
|
PKI_DB_CONNS
List of all DB connections;
maps to
com.ibm.security.certclient.util.PkDbConns .
|
|
PKI_ISSUER_DN
If available, the issuer DN;
maps to
X500Name .
|
|
PKI_ISSUER_HOST
If available, the host where the request will be sent;
maps to
String .
|
|
PKI_ISSUER_PORT
If available, the port where the request will be sent;
maps to
Integer .
|
|
PKI_OPER
All operational request attribute names start with this string.
|
|
PKI_ROOT
All general request attribute names start with this string.
|
Fields inherited from interface com.ibm.security.certclient.base.PkAttrKind |
---|
ATTR_APPLIED, ATTR_APPROVED, ATTR_NAMES |
Fields inherited from interface com.ibm.security.certclient.base.PkRevoConstants |
---|
REVO_BAD_SINCE_DATE, REVO_CRL_EXT, REVO_OPER, REVO_PUBLISH_IMMEDIATELY, REVO_REASON, REVO_ROOT |
Fields inherited from interface com.ibm.security.certclient.base.PkHttpConstants |
---|
HTTP_BASE_NAME, HTTP_FILE_NAME, HTTP_METHOD, HTTP_ROOT, HTTP_VERSION |
Fields inherited from interface com.ibm.security.certclient.base.PkPollConstants |
---|
POLL_REFERENCE, POLL_ROOT, POLL_TIME_TO_CHECK_BACK |
Field Detail
PKI_ROOT
- static final String PKI_ROOT
PKI_OPER
- static final String PKI_OPER
PKI_DB_CONN
- static final String PKI_DB_CONN
com.ibm.security.certclient.util.PkDbConn
.
This attribute is used by beans that interface with a relational
database. It is produced by the com.ibm.security.certclient.beans.PkDbMgr
bean. It contains a single Connection
and a map of
PreparedStatement
s that are generated by beans during
initialization time.
PKI_DB_CONNS
- static final String PKI_DB_CONNS
com.ibm.security.certclient.util.PkDbConns
.
This attribute is used by beans that interface with a relational
database. It is produced by the com.ibm.security.certclient.beans.PkDbMgr
bean only during initialization to allow beans to add prepared
statements to the set of DB connections.
PKI_ISSUER_DN
- static final String PKI_ISSUER_DN
X500Name
.
PKI_ISSUER_HOST
- static final String PKI_ISSUER_HOST
String
.
PKI_ISSUER_PORT
- static final String PKI_ISSUER_PORT
Integer
.
BIG_ONE
- static final BigInteger BIG_ONE
BIG_TWO
- static final BigInteger BIG_TWO