Uses of Enum
org.apache.shiro.crypto.cipher.OperationMode
-
Uses of OperationMode in org.apache.shiro.crypto.cipher
Subclasses with type arguments of type OperationMode in org.apache.shiro.crypto.cipherModifier and TypeClassDescriptionenumA cipher mode of operation directs a cipher algorithm how to convert data during the encryption or decryption process.Methods in org.apache.shiro.crypto.cipher that return OperationModeModifier and TypeMethodDescriptionstatic OperationModeReturns the enum constant of this type with the specified name.static OperationMode[]OperationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shiro.crypto.cipher with parameters of type OperationModeModifier and TypeMethodDescriptionvoidDefaultBlockCipherService.setMode(OperationMode mode) Sets the cipher operation mode of operation to be used when constructing theCiphertransformation string.voidDefaultBlockCipherService.setStreamingMode(OperationMode mode) Sets the transformation string mode to be used for streaming operations only.