public static enum DigestBOp.DigestOp extends Enum<DigestBOp.DigestOp>
Enum Constant and Description |
---|
MD5 |
SHA1 |
SHA224 |
SHA256 |
SHA384 |
SHA512 |
Modifier and Type | Method and Description |
---|---|
static DigestBOp.DigestOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestBOp.DigestOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestBOp.DigestOp MD5
public static final DigestBOp.DigestOp SHA1
public static final DigestBOp.DigestOp SHA224
public static final DigestBOp.DigestOp SHA256
public static final DigestBOp.DigestOp SHA384
public static final DigestBOp.DigestOp SHA512
public static DigestBOp.DigestOp[] values()
for (DigestBOp.DigestOp c : DigestBOp.DigestOp.values()) System.out.println(c);
public static DigestBOp.DigestOp 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 © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.