ICertificate, IIntermediateCertificate, IOpenCertificatepublic interface IMasterCertificate extends IIntermediateCertificate
| Modifier and Type | Method | Description |
|---|---|---|
IIntermediateCertificate |
createIntermediateCert(CertificateBuilder builder) |
Create a certificate signing certificate.
|
getAsymmetricCipherSuite, getPublicKey, getX509Certificate, getX509CertificateChaincreateUserSigningCertgetPrivateKey, sign, store, storeUserKeystoreIIntermediateCertificate createIntermediateCert(CertificateBuilder builder) throws java.security.cert.CertificateException
builder - A CertificateBuilder configured with the parameters for the new certificate.
NB the certType will be forced to Intermediate by this method.java.security.cert.CertificateException - If the request fails.Copyright © 2018 Symphony Software Foundation. All rights reserved.