public static enum JCEProvider.BC_FLAVOR extends Enum<JCEProvider.BC_FLAVOR>
Modifier and Type | Method and Description |
---|---|
static JCEProvider.BC_FLAVOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCEProvider.BC_FLAVOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCEProvider.BC_FLAVOR BC
public static final JCEProvider.BC_FLAVOR BCFIPS
public static final JCEProvider.BC_FLAVOR SC
public static JCEProvider.BC_FLAVOR[] values()
for (JCEProvider.BC_FLAVOR c : JCEProvider.BC_FLAVOR.values()) System.out.println(c);
public static JCEProvider.BC_FLAVOR 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 nullCopyright © 2024. All rights reserved.