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 CipherOperationModeCipherOperationMode. 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 KeyAsymmetricCipher. getKey(CipherOperationMode operationMode)abstract KeyBaseCipher. getKey(CipherOperationMode operationMode)Returns the correct key for correct operationKeySymmetricCipher. 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 CipherOperationModeCipherInformation. getCipherOperationMode()Methods in org.apache.synapse.securevault.definition with parameters of type CipherOperationMode Modifier and Type Method Description voidCipherInformation. setCipherOperationMode(CipherOperationMode operationMode)
-