public static enum IPRCrypto.DigestAlgorithm extends java.lang.Enum<IPRCrypto.DigestAlgorithm>
Modifier and Type | Method and Description |
---|---|
static IPRCrypto.DigestAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPRCrypto.DigestAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPRCrypto.DigestAlgorithm MD5
public static final IPRCrypto.DigestAlgorithm SHA1
public static final IPRCrypto.DigestAlgorithm SHA256
public static final IPRCrypto.DigestAlgorithm SHA512
public static IPRCrypto.DigestAlgorithm[] values()
for (IPRCrypto.DigestAlgorithm c : IPRCrypto.DigestAlgorithm.values()) System.out.println(c);
public static IPRCrypto.DigestAlgorithm 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 nullCopyright © 2018 Pegasystems Inc. All Rights Reserved.