Uses of Class
org.apache.synapse.securevault.CipherOperationMode
-
Packages that use CipherOperationMode Package Description 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 Modifier and Type Method 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.Methods in org.apache.synapse.securevault with parameters of type CipherOperationMode Modifier and Type Method Description Key
AsymmetricCipher. getKey(CipherOperationMode operationMode)
abstract Key
BaseCipher. getKey(CipherOperationMode operationMode)
Returns the correct key for correct operationKey
SymmetricCipher. getKey(CipherOperationMode operationMode)
-
Uses of CipherOperationMode in org.apache.synapse.securevault.definition
Methods in org.apache.synapse.securevault.definition that return CipherOperationMode Modifier and Type Method Description CipherOperationMode
CipherInformation. getCipherOperationMode()
Methods in org.apache.synapse.securevault.definition with parameters of type CipherOperationMode Modifier and Type Method Description void
CipherInformation. setCipherOperationMode(CipherOperationMode operationMode)
-