| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert | |
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method | Description |
|---|---|---|
static ICertificate |
CertificateFactory.load(java.io.File file,
java.lang.String storeType,
java.lang.String alias,
char[] password) |
|
static ICertificate |
CertificateFactory.load(java.io.InputStream in,
java.lang.String storeType,
java.lang.String alias,
char[] password) |
|
static ICertificate |
CertificateFactory.loadCertificate(java.lang.String certChain) |
Create a certificate from the given PEM format cert chain.
|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static IAsymmetricCipherSuite |
CipherSuite.get(java.security.PublicKey key) |
Return the cipher suite implementation for the given key.
|
static ISymmetricCipherSuite |
CipherSuite.get(javax.crypto.SecretKey key) |
Return the cipher suite implementation for the given ID.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.