| RSA BSAFE CERT-J |
Certificate Management Components for Java |
| Javadoc |
 
![]() |
PKIMessage that is specific to PKI certification-response messages.
It captures information received from a PKI service provider.
Note: Objects that are passed to a constructor or method of this class, or returned from a method of this class, are shared. No copy is made. If a copy is needed, make a copy of the object either before passing it to a constructor or method of this class, or after getting it from a method of this class.
Inheritance diagram for PKIResponseMessage:

Public Methods | |
| PKIResponseMessage (PKIStatusInfo statusInfo) | |
Constructs a PKIResponseMessage object for the response status information given in statusInfo. More... | |
| PKIStatusInfo PKIResponseMessage:: | getStatusInfo () |
| Returns the status information of this response message. More... | |
| Certificate PKIResponseMessage:: | getCertificate () |
| Returns the certificate requested and received in the response message. More... | |
| void PKIResponseMessage:: | setCertificate (Certificate certificate) |
| Stores the certificate in this object. More... | |
| JSAFE_PrivateKey PKIResponseMessage:: | getPrivateKey () |
| Returns the private key received in the response message. More... | |
| void PKIResponseMessage:: | setPrivateKey (JSAFE_PrivateKey privateKey) |
| Stores the privateKey in this object. More... | |
| Properties PKIResponseMessage:: | getRegInfo () |
| Returns the registration information returned by the PKI server. More... | |
| void PKIResponseMessage:: | setRegInfo (Properties regInfo) |
| Stores the regInfo in this object. More... | |
| Certificate [] PKIResponseMessage:: | getCACerts () |
| Returns the CA certificates received with the response message. More... | |
| void PKIResponseMessage:: | setCACerts (Certificate[] caCerts) |
| Stores the caCerts in this object. More... | |
|
|
Constructs a
|
|
|
Returns the CA certificates received with the response message.
|
|
|
Returns the certificate requested and received in the response message.
|
|
|
Returns the private key received in the response message. Some PKI services can generate the keypair on behalf of the sender. In such cases, the private key will be returned in the response message.
|
|
|
Returns the registration information returned by the PKI server.
|
|
|
Returns the status information of this response message.
|
|
|
Stores the caCerts in this object.
|
|
|
Stores the certificate in this object.
|
|
|
Stores the privateKey in this object.
|
|
|
Stores the regInfo in this object.
|