| Package | Description |
|---|---|
| org.symphonyoss.s2.common.crypto.cipher |
| Modifier and Type | Method | Description |
|---|---|---|
SymmetricCipher |
ISymmetricCipherSuite.getId() |
Get the unique ID for this cipher suite.
|
static SymmetricCipher |
SymmetricCipher.newInstance(int id) |
Return the enum instance represented by the given integer value.
|
static SymmetricCipher |
SymmetricCipher.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SymmetricCipher[] |
SymmetricCipher.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ISymmetricCipherSuite |
CipherSuite.get(SymmetricCipher id) |
Return the cipher suite implementation for the given ID.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.