| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method and Description |
|---|---|
static ISymmetricCipherSuite |
CipherSuite.get(SecretKey key)
Return the cipher suite implementation for the given ID.
|
static ISymmetricCipherSuite |
CipherSuite.get(SymmetricCipher id)
Return the cipher suite implementation for the given ID.
|
static ISymmetricCipherSuite |
CipherSuite.getSymmetricCipher()
Return the default Symmetric cipher suite.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ISymmetricCipherSuite> |
CipherSuite.getAllSymetricCipherSuites() |
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
IAsymmetricCipherSuite.unwrap(byte[] cipherText,
PrivateKey userPrivateKey,
ISymmetricCipherSuite symmetricCipherSuite)
Unwrap the given encrypted SecretKey
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.