Package com.ibm.security.certclient.util
A set of classes to generate self-signed certificates or create a personal certificate signed with the supplied signer key.
See:
Interface Summary
| Interface | Description |
|---|---|
| Pk10Certificate | This interface describes the Pk10Certificate object that is returned from the Pk10CertificateFactory class. |
| PkNewCertificate | This interface allows an End Entity to create a personal certificate with selected extensions signed by the specified signing certificate. |
| PkSsCertificate | This interface allows an End Entity to create self-signed certificates with selected extensions. |
Class Summary
| Class | Description |
|---|---|
| Pk10CertFactory | Generate a certificate from a PKCS10 certificate request and sign it with the provided signer key. |
| PkNewCertFactory | Generate a certificate signed with specified signing certificate. |
| PkSsCertFactory | Generate a self-signed certificate. |