Uses of Enum Class
org.wso2.securevault.CipherOperationMode
Packages that use CipherOperationMode
-
Uses of CipherOperationMode in org.wso2.securevault
Methods in org.wso2.securevault that return CipherOperationModeModifier and TypeMethodDescriptionstatic CipherOperationModeReturns the enum constant of this class with the specified name.static CipherOperationMode[]CipherOperationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wso2.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.wso2.securevault.definition
Methods in org.wso2.securevault.definition that return CipherOperationModeMethods in org.wso2.securevault.definition with parameters of type CipherOperationModeModifier and TypeMethodDescriptionvoidCipherInformation.setCipherOperationMode(CipherOperationMode operationMode)