@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public enum ChecksumAlgorithm extends Enum<ChecksumAlgorithm> implements BmcEnum
Checksum algorithms supported by Object Storage for data integrity checks, in addition to the default MD5 checksum.
Modifier and Type | Method and Description |
---|---|
static ChecksumAlgorithm |
create(String key) |
String |
getValue() |
static ChecksumAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChecksumAlgorithm Crc32C
public static final ChecksumAlgorithm Sha256
public static final ChecksumAlgorithm Sha384
public static ChecksumAlgorithm[] values()
for (ChecksumAlgorithm c : ChecksumAlgorithm.values()) System.out.println(c);
public static ChecksumAlgorithm 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 static ChecksumAlgorithm create(String key)
Copyright © 2016–2024. All rights reserved.