Uses of Enum
org.apache.shiro.crypto.cipher.PaddingScheme
-
Uses of PaddingScheme in org.apache.shiro.crypto.cipher
Subclasses with type arguments of type PaddingScheme in org.apache.shiro.crypto.cipherModifier and TypeClassDescriptionenumACipherPaddingSchemerepresents well-known padding schemes supported by JPA providers in a type-safe manner.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)