public static enum SSECustomerKeyDetails.Algorithm extends Enum<SSECustomerKeyDetails.Algorithm> implements BmcEnum
Specifies the encryption algorithm. The only supported value is “AES256”.
Enum Constant and Description |
---|
Aes256 |
Modifier and Type | Method and Description |
---|---|
static SSECustomerKeyDetails.Algorithm |
create(String key) |
String |
getValue() |
static SSECustomerKeyDetails.Algorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSECustomerKeyDetails.Algorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSECustomerKeyDetails.Algorithm Aes256
public static SSECustomerKeyDetails.Algorithm[] values()
for (SSECustomerKeyDetails.Algorithm c : SSECustomerKeyDetails.Algorithm.values()) System.out.println(c);
public static SSECustomerKeyDetails.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 static SSECustomerKeyDetails.Algorithm create(String key)
Copyright © 2016–2024. All rights reserved.