Uses of Class
org.apache.commons.crypto.utils.Padding
-
Packages that use Padding Package Description org.apache.commons.crypto.utils Utils classes -
-
Uses of Padding in org.apache.commons.crypto.utils
Fields in org.apache.commons.crypto.utils declared as Padding Modifier and Type Field Description private PaddingTransformation. paddingMethods in org.apache.commons.crypto.utils that return Padding Modifier and Type Method Description static PaddingPadding. get(java.lang.String padding)Gets a Padding.PaddingTransformation. getPadding()Gets the padding.static PaddingPadding. valueOf(java.lang.String name)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 Padding Constructor Description Transformation(java.lang.String algorithm, java.lang.String mode, Padding padding)Constructs a new instance.
-