Uses of Enum Class
cloud.opencode.base.crypto.symmetric.Padding
Packages that use Padding
-
Uses of Padding in cloud.opencode.base.crypto.symmetric
Subclasses with type arguments of type Padding in cloud.opencode.base.crypto.symmetricModifier and TypeClassDescriptionenumPadding scheme enumeration for block cipher algorithms.Methods in cloud.opencode.base.crypto.symmetric that return PaddingModifier and TypeMethodDescriptionstatic PaddingReturns the enum constant of this class with the specified name.static Padding[]Padding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.crypto.symmetric with parameters of type PaddingModifier and TypeMethodDescriptionSet padding scheme.AesCipher.setPadding(Padding padding) Sm4Cipher.setPadding(Padding padding) SymmetricCipher.setPadding(Padding padding) Set the padding scheme.