Package | Description |
---|---|
org.apache.synapse.securevault | |
org.apache.synapse.securevault.definition |
Modifier and Type | Method and Description |
---|---|
static CipherOperationMode |
CipherOperationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CipherOperationMode[] |
CipherOperationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Key |
AsymmetricCipher.getKey(CipherOperationMode operationMode) |
abstract Key |
BaseCipher.getKey(CipherOperationMode operationMode)
Returns the correct key for correct operation
|
Key |
SymmetricCipher.getKey(CipherOperationMode operationMode) |
Modifier and Type | Method and Description |
---|---|
CipherOperationMode |
CipherInformation.getCipherOperationMode() |
Modifier and Type | Method and Description |
---|---|
void |
CipherInformation.setCipherOperationMode(CipherOperationMode operationMode) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.