ICertificate, IOpenCertificateIMasterCertificatepublic interface IIntermediateCertificate extends IOpenCertificate
| Modifier and Type | Method | Description |
|---|---|---|
ISigningCertificate |
createUserSigningCert(CertificateBuilder builder) |
Create a user signing certificate.
|
getAsymmetricCipherSuite, getPublicKey, getX509Certificate, getX509CertificateChaingetPrivateKey, sign, store, storeUserKeystoreISigningCertificate createUserSigningCert(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 UserSigning by this method.java.security.cert.CertificateException - If the request fails.Copyright © 2018 Symphony Software Foundation. All rights reserved.