|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaddingScheme | |
---|---|
org.apache.shiro.crypto | Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and add additional convenient behavior. |
Uses of PaddingScheme in org.apache.shiro.crypto |
---|
Methods in org.apache.shiro.crypto that return PaddingScheme | |
---|---|
static PaddingScheme |
PaddingScheme.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PaddingScheme[] |
PaddingScheme.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 PaddingScheme | |
---|---|
void |
DefaultBlockCipherService.setPaddingScheme(PaddingScheme paddingScheme)
Sets the padding scheme to be used when constructing the Cipher transformation string. |
void |
DefaultBlockCipherService.setStreamingPaddingScheme(PaddingScheme scheme)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |