Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
KeyShape.Builder |
KeyShape.Builder.algorithm(KeyShape.Algorithm algorithm)
The algorithm used by a key’s key versions to encrypt or decrypt.
|
Constructor and Description |
---|
KeyShape(KeyShape.Algorithm algorithm,
Integer length,
KeyShape.CurveId curveId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.