Uses of Class
org.apache.shiro.crypto.PaddingScheme
-
-
Uses of PaddingScheme in org.apache.shiro.crypto
Methods in org.apache.shiro.crypto that return PaddingScheme Modifier and Type Method Description static PaddingSchemePaddingScheme. 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 Modifier and Type Method Description voidDefaultBlockCipherService. setPaddingScheme(PaddingScheme paddingScheme)Sets the padding scheme to be used when constructing theCiphertransformation string.voidDefaultBlockCipherService. setStreamingPaddingScheme(PaddingScheme scheme)
-