Uses of Class
com.oracle.bmc.keymanagement.model.KeyShape.Algorithm
-
Packages that use KeyShape.Algorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeyShape.Algorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeyShape.Algorithm Modifier and Type Method Description static KeyShape.Algorithm
KeyShape.Algorithm. create(String key)
KeyShape.Algorithm
KeyShape. getAlgorithm()
The algorithm used by a key’s key versions to encrypt or decrypt.static KeyShape.Algorithm
KeyShape.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyShape.Algorithm[]
KeyShape.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 KeyShape.Algorithm Modifier and Type Method Description KeyShape.Builder
KeyShape.Builder. algorithm(KeyShape.Algorithm algorithm)
The algorithm used by a key’s key versions to encrypt or decrypt.Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeyShape.Algorithm Constructor Description KeyShape(KeyShape.Algorithm algorithm, Integer length, KeyShape.CurveId curveId)
Deprecated.
-