Uses of Enum
org.apache.shiro.crypto.cipher.PaddingScheme
-
Uses of PaddingScheme in org.apache.shiro.crypto.cipher
Methods in org.apache.shiro.crypto.cipher that return PaddingSchemeModifier and TypeMethodDescriptionstatic PaddingSchemeReturns 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.cipher with parameters of type PaddingSchemeModifier and TypeMethodDescriptionvoidDefaultBlockCipherService.setPaddingScheme(PaddingScheme paddingScheme) Sets the padding scheme to be used when constructing theCiphertransformation string.voidDefaultBlockCipherService.setStreamingPaddingScheme(PaddingScheme scheme)