public static enum AeroGearCrypto.Padding extends Enum<AeroGearCrypto.Padding>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AeroGearCrypto.Padding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AeroGearCrypto.Padding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AeroGearCrypto.Padding NONE
public static final AeroGearCrypto.Padding PKCS7
private final String padding
public static AeroGearCrypto.Padding[] values()
for (AeroGearCrypto.Padding c : AeroGearCrypto.Padding.values()) System.out.println(c);
public static AeroGearCrypto.Padding valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AeroGearCrypto.Padding>Copyright © 2014 JBoss by Red Hat. All Rights Reserved.