Uses of Class
com.oracle.bmc.keymanagement.model.ExportKeyDetails.Algorithm
-
Packages that use ExportKeyDetails.Algorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of ExportKeyDetails.Algorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return ExportKeyDetails.Algorithm Modifier and Type Method Description static ExportKeyDetails.Algorithm
ExportKeyDetails.Algorithm. create(String key)
ExportKeyDetails.Algorithm
ExportKeyDetails. getAlgorithm()
The encryption algorithm to use to encrypt exportable key material from a software-backed key.static ExportKeyDetails.Algorithm
ExportKeyDetails.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportKeyDetails.Algorithm[]
ExportKeyDetails.Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type ExportKeyDetails.Algorithm Modifier and Type Method Description ExportKeyDetails.Builder
ExportKeyDetails.Builder. algorithm(ExportKeyDetails.Algorithm algorithm)
The encryption algorithm to use to encrypt exportable key material from a software-backed key.Constructors in com.oracle.bmc.keymanagement.model with parameters of type ExportKeyDetails.Algorithm Constructor Description ExportKeyDetails(String keyId, String keyVersionId, ExportKeyDetails.Algorithm algorithm, String publicKey, Map<String,String> loggingContext)
Deprecated.
-