Uses of Class
com.oracle.bmc.keymanagement.model.WrappedImportKey.WrappingAlgorithm
-
Packages that use WrappedImportKey.WrappingAlgorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of WrappedImportKey.WrappingAlgorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return WrappedImportKey.WrappingAlgorithm Modifier and Type Method Description static WrappedImportKey.WrappingAlgorithmWrappedImportKey.WrappingAlgorithm. create(String key)WrappedImportKey.WrappingAlgorithmWrappedImportKey. getWrappingAlgorithm()The wrapping mechanism to use during key import.static WrappedImportKey.WrappingAlgorithmWrappedImportKey.WrappingAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static WrappedImportKey.WrappingAlgorithm[]WrappedImportKey.WrappingAlgorithm. 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 WrappedImportKey.WrappingAlgorithm Modifier and Type Method Description WrappedImportKey.BuilderWrappedImportKey.Builder. wrappingAlgorithm(WrappedImportKey.WrappingAlgorithm wrappingAlgorithm)The wrapping mechanism to use during key import.Constructors in com.oracle.bmc.keymanagement.model with parameters of type WrappedImportKey.WrappingAlgorithm Constructor Description WrappedImportKey(String keyMaterial, WrappedImportKey.WrappingAlgorithm wrappingAlgorithm)Deprecated.
-