Uses of Class
com.oracle.bmc.keymanagement.model.KeyShape.CurveId
-
Packages that use KeyShape.CurveId Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeyShape.CurveId in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeyShape.CurveId Modifier and Type Method Description static KeyShape.CurveId
KeyShape.CurveId. create(String key)
KeyShape.CurveId
KeyShape. getCurveId()
Supported curve IDs for ECDSA keys.static KeyShape.CurveId
KeyShape.CurveId. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyShape.CurveId[]
KeyShape.CurveId. 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.CurveId Modifier and Type Method Description KeyShape.Builder
KeyShape.Builder. curveId(KeyShape.CurveId curveId)
Supported curve IDs for ECDSA keys.Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeyShape.CurveId Constructor Description KeyShape(KeyShape.Algorithm algorithm, Integer length, KeyShape.CurveId curveId)
Deprecated.
-