Uses of Enum
org.apache.synapse.securevault.CipherOperationMode
Packages that use CipherOperationMode
-
Uses of CipherOperationMode in org.apache.synapse.securevault
Methods in org.apache.synapse.securevault that return CipherOperationModeModifier and TypeMethodDescriptionstatic CipherOperationModeReturns 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 CipherOperationModeModifier and TypeMethodDescriptionAsymmetricCipher.getKey(CipherOperationMode operationMode) abstract KeyBaseCipher.getKey(CipherOperationMode operationMode) Returns the correct key for correct operationSymmetricCipher.getKey(CipherOperationMode operationMode) -
Uses of CipherOperationMode in org.apache.synapse.securevault.definition
Methods in org.apache.synapse.securevault.definition that return CipherOperationModeMethods in org.apache.synapse.securevault.definition with parameters of type CipherOperationModeModifier and TypeMethodDescriptionvoidCipherInformation.setCipherOperationMode(CipherOperationMode operationMode)