| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cert | |
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method and Description |
|---|---|
IAsymmetricCipherSuite |
ICertificate.getAsymmetricCipherSuite() |
| Modifier and Type | Method and Description |
|---|---|
static IAsymmetricCipherSuite |
CipherSuite.get(AsymmetricCipher id)
Return the cipher suite implementation for the given ID.
|
static IAsymmetricCipherSuite |
CipherSuite.get(PublicKey key)
Return the cipher suite implementation for the given key.
|
static IAsymmetricCipherSuite |
CipherSuite.getAsymmetricCipher()
Return the default Asymmetric cipher suite.
|
| Modifier and Type | Method and Description |
|---|---|
static List<IAsymmetricCipherSuite> |
CipherSuite.getAllAsymetricCipherSuites() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
ISymmetricCipherSuite.unwrap(byte[] cipherText,
SecretKey userKey,
IAsymmetricCipherSuite cipherSuite)
Unwrap the given encrypted PrivateKey
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.