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.AlgorithmExportKeyDetails.Algorithm. create(String key)ExportKeyDetails.AlgorithmExportKeyDetails. getAlgorithm()The encryption algorithm to use to encrypt exportable key material from a software-backed key.static ExportKeyDetails.AlgorithmExportKeyDetails.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.BuilderExportKeyDetails.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.
-