com.ibm.security.certclient.base
Interface PkAttrKind
All known subinterfaces:
All known implementing classes:
JPKI, PkAttr, PkBase64PkcsEventFormatter, PkCASetUp, PkCertGen, PkCertPath, PkCmpEventFormatter, PkEeXMgr, PkHttpEventFormatter, PkPkcsEventFormatter, PkTcpV10CmpEventFormatter
- public interface PkAttrKind
kind
property of PkAttr
.The kind is a scalar whose bits are used to represent characteristics of the attribute. Constants are defined here to provide a symbolic representation of these characteristics. The following bits are used:
bit | set to 1 if and only if: |
---|---|
0 | the attribute should be applied to the certificate/CRL |
1 | the attribute has been approved (by the EE, CA or RA) |
The table above is for documentation purposes only. Code should always
use the symbolic constants defined below or the getters and setters defined
in PkAttr
.
Author:
Rod Mancisidor
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ATTR_APPLIED
The attribute applies to a certificate or CRL.
|
|
ATTR_APPROVED
The attribute has been accepted (by the EE, RA or CA).
|
|
ATTR_NAMES
String representation of attribute types.
|
Field Detail
ATTR_APPLIED
- static final int ATTR_APPLIED
See Also:
ATTR_APPROVED
- static final int ATTR_APPROVED
The attribute has been accepted (by the EE, RA or CA). Only attributes
with this bit on are transferred by the formaters and hence transmitted
from one process (e.g., EE or RA) to the next (e.g., RA or CA).
See Also:
ATTR_NAMES
- static final String[] ATTR_NAMES
String representation of attribute types.
ATTR_APPROVED
bit on) are placed in a certificate or CRL.