| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IIntermediateCertificate
A certificate signing certificate.
|
interface |
IMasterCertificate
A certificate capable of creating signing certificates, which must be open
(i.e.
|
interface |
IOpenCertificate |
interface |
ISignatureVerificationCertificate |
interface |
ISigningCertificate |
interface |
IWrappingCertificate |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenCert |
class |
SignatureVerificationCert |
| Modifier and Type | Method and Description |
|---|---|
static ICertificate |
CertificateFactory.load(File file,
String storeType,
String alias,
char[] password) |
static ICertificate |
CertificateFactory.load(InputStream in,
String storeType,
String alias,
char[] password) |
static ICertificate |
CertificateFactory.loadCertificate(String certChain)
Create a certificate from the given PEM format cert chain.
|
static ICertificate |
CertificateFactory.typedCertificate(org.symphonyoss.s2.common.crypto.cert.Certificate cert) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.