Package com.ibm.security.certclient.base
Interface Summary
| Interface | Description |
|---|---|
| PkAttrKind | Defines constants used by the kind property of PkAttr. |
| PkCertConstants | Constants used for certificate request attribute names. |
| PkConstants | PkConstants extends all interfaces in com.ibm.security.certclient.base
that define possible attribute names and kinds. |
| PkHttpConstants | Constants used for HTTP request attribute names. |
| PkListener | The PkListener interface must be implemented by all PKI beans,
except sources. |
| PkPollConstants | Constants used for polling request and reply attribute names. |
| PkRevoConstants | Constants used for revocation request attribute names. |
Class Summary
| Class | Description |
|---|---|
| PkActiveSource | A PkActiveSource is a Runnable PkSource. |
| PkAttr | A PkAttr represents a single (name, kind, value):
triple. |
| PkAttrs | A set of PkAttrs. |
| PkCertRepEvent | Superclass of all PKI certificate reply events. |
| PkCertReqEvent | Superclass of all PKI certificate request events. |
| PkConfRepEvent | PKI reply event to a confirmation request |
| PkConfReqEvent | |
| PkEvent | Superclass of all PKI events. |
| PkEventFormatter | This is the superclass of all event formatters. |
| PkGnrlRepEvent | PKI general reply event. |
| PkGnrlReqEvent | PKI general request event. |
| PkHttpRepEvent | HTTP reply events. |
| PkHttpReqEvent | HTTP request event. |
| PkInitRepEvent | PKI certificate initialization reply event |
| PkInitReqEvent | PKI certificate initialization request event. |
| PkKrecRepEvent | PKI key recovery reply event. |
| PkKrecReqEvent | PKI key recovery request event. |
| PkKupdRepEvent | PKI certificate update reply event. |
| PkKupdReqEvent | PKI certificate update request event. |
| PkNLSConstants | this class will read a properties file specified from config to read the NLS translated text from. |
| PkPipe | This is the main super class of PKI bean classes. |
| PkPollReqEvent | A polling request. |
| PkRepEvent | Superclass of all PKI reply events. |
| PkReqEvent | Superclass of all PKI request events. |
| PkRevoRepEvent | PKI revocation reply event. |
| PkRevoReqEvent | PKI revocation request event. |
| PkSecnRepEvent | PKI secondary certificate reply event. |
| PkSecnReqEvent | PKI secondary certificate request event. |
| PkSource | A PkSource is the superclass of instances that can be a source of PkEvents. |
| PkXcerRepEvent | PKI certificate cross-certification reply event. |
| PkXcerReqEvent | PKI certificate cross-certification request event. |
Exception Summary
| Exception | Description |
|---|---|
| PkException | Thrown by PKI code; it represents the root of the exception hierarchy for PKI. |
| PkIoException | Thrown by PKI code; it represents the root of the IO exception hierarchy for PKI. |
| PkPollException | Thrown when a request can not be automatically granted. |
| PkRejectionException | Thrown when a request is rejected by the CA or RA. |