Uses of Class
com.oracle.bmc.objectstorage.model.SSECustomerKeyDetails.Algorithm
-
Packages that use SSECustomerKeyDetails.Algorithm Package Description com.oracle.bmc.objectstorage.model -
-
Uses of SSECustomerKeyDetails.Algorithm in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return SSECustomerKeyDetails.Algorithm Modifier and Type Method 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.Methods in com.oracle.bmc.objectstorage.model with parameters of type SSECustomerKeyDetails.Algorithm Modifier and Type Method Description SSECustomerKeyDetails.Builder
SSECustomerKeyDetails.Builder. algorithm(SSECustomerKeyDetails.Algorithm algorithm)
Specifies the encryption algorithm.Constructors in com.oracle.bmc.objectstorage.model with parameters of type SSECustomerKeyDetails.Algorithm Constructor Description SSECustomerKeyDetails(SSECustomerKeyDetails.Algorithm algorithm, String key, String keySha256)
Deprecated.
-