Package | Description |
---|---|
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
static SSECustomerKeyDetails.Algorithm |
SSECustomerKeyDetails.Algorithm.create(String key) |
SSECustomerKeyDetails.Algorithm |
SSECustomerKeyDetails.getAlgorithm()
Specifies the encryption algorithm.
|
static SSECustomerKeyDetails.Algorithm |
SSECustomerKeyDetails.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSECustomerKeyDetails.Algorithm[] |
SSECustomerKeyDetails.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SSECustomerKeyDetails.Builder |
SSECustomerKeyDetails.Builder.algorithm(SSECustomerKeyDetails.Algorithm algorithm)
Specifies the encryption algorithm.
|
Constructor and Description |
---|
SSECustomerKeyDetails(SSECustomerKeyDetails.Algorithm algorithm,
String key,
String keySha256)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.