Uses of Class
com.oracle.bmc.keymanagement.model.ExportedKeyData.Algorithm
-
Packages that use ExportedKeyData.Algorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of ExportedKeyData.Algorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return ExportedKeyData.Algorithm Modifier and Type Method Description static ExportedKeyData.Algorithm
ExportedKeyData.Algorithm. create(String key)
ExportedKeyData.Algorithm
ExportedKeyData. getAlgorithm()
The encryption algorithm to use to encrypt exportable key material from a key that persists on the server (as opposed to a key that persists on a hardware security module and, therefore, cannot be exported).static ExportedKeyData.Algorithm
ExportedKeyData.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportedKeyData.Algorithm[]
ExportedKeyData.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 ExportedKeyData.Algorithm Modifier and Type Method Description ExportedKeyData.Builder
ExportedKeyData.Builder. algorithm(ExportedKeyData.Algorithm algorithm)
The encryption algorithm to use to encrypt exportable key material from a key that persists on the server (as opposed to a key that persists on a hardware security module and, therefore, cannot be exported).Constructors in com.oracle.bmc.keymanagement.model with parameters of type ExportedKeyData.Algorithm Constructor Description ExportedKeyData(String keyVersionId, String keyId, Date timeCreated, String vaultId, String encryptedKey, ExportedKeyData.Algorithm algorithm)
Deprecated.
-