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