Uses of Enum
org.apache.commons.crypto.utils.Padding
Packages that use Padding
-
Uses of Padding in org.apache.commons.crypto.utils
Fields in org.apache.commons.crypto.utils declared as PaddingMethods in org.apache.commons.crypto.utils that return PaddingModifier and TypeMethodDescriptionstatic Padding
Gets a Padding.Transformation.getPadding()
Gets the padding.static Padding
Returns the enum constant of this type with the specified name.static Padding[]
Padding.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.crypto.utils with parameters of type PaddingModifierConstructorDescriptionprivate
Transformation
(String algorithm, String mode, Padding padding) Constructs a new instance.