Uses of Enum
org.apache.commons.crypto.utils.Padding
Packages that use Padding
-
Uses of Padding in org.apache.commons.crypto.utils
Subclasses with type arguments of type Padding in org.apache.commons.crypto.utilsFields in org.apache.commons.crypto.utils declared as PaddingMethods in org.apache.commons.crypto.utils that return PaddingModifier and TypeMethodDescriptionstatic PaddingGets a Padding.Transformation.getPadding()Gets the padding.static PaddingReturns 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 PaddingModifierConstructorDescriptionprivateTransformation(String algorithm, String mode, Padding padding) Constructs a new instance.