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