| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method | Description |
|---|---|---|
static ISymmetricCipherSuite |
CipherSuite.get(javax.crypto.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 | Description |
|---|---|---|
static java.util.List<ISymmetricCipherSuite> |
CipherSuite.getAllSymetricCipherSuites() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.crypto.SecretKey |
IAsymmetricCipherSuite.unwrap(byte[] cipherText,
java.security.PrivateKey userPrivateKey,
ISymmetricCipherSuite symmetricCipherSuite) |
Unwrap the given encrypted SecretKey
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.