public enum SunJCEAlgorithm extends Enum<SunJCEAlgorithm> implements Algorithm
SunJCEAlgorithm defines the algorithm specified by the SunJCE security provider.| Enum Constant and Description |
|---|
Blowfish
The Blowfish algorithm.
|
DES
The DES algorithm.
|
DESede
The DESede algorithm.
|
PBEWithMD5AndDES
The PBEWithMD5AndDES algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static SunJCEAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SunJCEAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetAlgorithmpublic static final SunJCEAlgorithm DES
public static final SunJCEAlgorithm DESede
public static final SunJCEAlgorithm PBEWithMD5AndDES
public static final SunJCEAlgorithm Blowfish
public static SunJCEAlgorithm[] values()
for (SunJCEAlgorithm c : SunJCEAlgorithm.values()) System.out.println(c);
public static SunJCEAlgorithm 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 © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.