| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert | |
| org.symphonyoss.s2.common.crypto.cipher |
| 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 IOpenCertificate |
CertificateFactory.loadOpenCertificate(String certChain,
String encryptedKey,
char[] passPhrase)
Create an open certificate from the given PEM format cert chain, KeyPair and passPhrase.
|
| Modifier and Type | Method and Description |
|---|---|
static IAsymmetricCipherSuite |
CipherSuite.get(PublicKey key)
Return the cipher suite implementation for the given key.
|
static ISymmetricCipherSuite |
CipherSuite.get(SecretKey key)
Return the cipher suite implementation for the given ID.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.