private static enum CipherSpec.CipherTransformationComponent extends java.lang.Enum<CipherSpec.CipherTransformationComponent>
| Modifier and Type | Method and Description |
|---|---|
static CipherSpec.CipherTransformationComponent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CipherSpec.CipherTransformationComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CipherSpec.CipherTransformationComponent ALG
public static final CipherSpec.CipherTransformationComponent MODE
public static final CipherSpec.CipherTransformationComponent PADDING
public static CipherSpec.CipherTransformationComponent[] values()
for (CipherSpec.CipherTransformationComponent c : CipherSpec.CipherTransformationComponent.values()) System.out.println(c);
public static CipherSpec.CipherTransformationComponent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null