|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationMode | |
---|---|
org.apache.shiro.crypto | Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and add additional convenient behavior. |
Uses of OperationMode in org.apache.shiro.crypto |
---|
Methods in org.apache.shiro.crypto that return OperationMode | |
---|---|
static OperationMode |
OperationMode.valueOf(String name)
Returns 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 with parameters of type OperationMode | |
---|---|
void |
DefaultBlockCipherService.setMode(OperationMode mode)
Sets the cipher operation mode of operation to be used when constructing the Cipher transformation string. |
void |
DefaultBlockCipherService.setStreamingMode(OperationMode mode)
Sets the transformation string mode to be used for streaming operations only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |