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