Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
KeyShape.Builder |
KeyShape.Builder.curveId(KeyShape.CurveId curveId)
Supported curve IDs for ECDSA keys.
|
Constructor and Description |
---|
KeyShape(KeyShape.Algorithm algorithm,
Integer length,
KeyShape.CurveId curveId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.