| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
IIntermediateCertificate |
A certificate signing certificate.
|
interface |
IMasterCertificate |
A certificate capable of creating signing certificates, which must be open
(i.e.
|
interface |
ISigningCertificate |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OpenCert |
| Modifier and Type | Method | Description |
|---|---|---|
IOpenCertificate |
CertificateBuilder.build() |
|
static IOpenCertificate |
CertificateFactory.loadOpenCertificate(java.lang.String certChain,
java.lang.String encryptedKey,
char[] passPhrase) |
Create an open certificate from the given PEM format cert chain, KeyPair and passPhrase.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.