|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CipherOperationMode | |
|---|---|
| org.apache.synapse.securevault | |
| org.apache.synapse.securevault.definition | |
| Uses of CipherOperationMode in org.apache.synapse.securevault |
|---|
| Methods in org.apache.synapse.securevault that return CipherOperationMode | |
|---|---|
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. |
| Methods in org.apache.synapse.securevault with parameters of type CipherOperationMode | |
|---|---|
abstract Key |
BaseCipher.getKey(CipherOperationMode operationMode)
Returns the correct key for correct operation |
Key |
AsymmetricCipher.getKey(CipherOperationMode operationMode)
|
Key |
SymmetricCipher.getKey(CipherOperationMode operationMode)
|
| Uses of CipherOperationMode in org.apache.synapse.securevault.definition |
|---|
| Methods in org.apache.synapse.securevault.definition that return CipherOperationMode | |
|---|---|
CipherOperationMode |
CipherInformation.getCipherOperationMode()
|
| Methods in org.apache.synapse.securevault.definition with parameters of type CipherOperationMode | |
|---|---|
void |
CipherInformation.setCipherOperationMode(CipherOperationMode operationMode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||