@Deprecated public enum Algorithm extends Enum<Algorithm>
| Enum Constant and Description |
|---|
CRC32
Deprecated.
|
CRC32C
Deprecated.
|
CRC64NVME
Deprecated.
|
SHA1
Deprecated.
|
SHA256
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
base64EncodedLength()
Deprecated.
Length corresponds to Base64Encoded length for a given Checksum.
|
static Algorithm |
fromValue(String value)
Deprecated.
|
String |
toString()
Deprecated.
|
static Algorithm |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Algorithm CRC32C
public static final Algorithm CRC32
public static final Algorithm CRC64NVME
public static final Algorithm SHA256
public static final Algorithm SHA1
public static Algorithm[] values()
for (Algorithm c : Algorithm.values()) System.out.println(c);
public static Algorithm 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 nullpublic Integer base64EncodedLength()
Copyright © 2026. All rights reserved.