Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static SignedData.SigningAlgorithm |
SignedData.SigningAlgorithm.create(String key) |
SignedData.SigningAlgorithm |
SignedData.getSigningAlgorithm()
The algorithm to use to sign the message or message digest.
|
static SignedData.SigningAlgorithm |
SignedData.SigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignedData.SigningAlgorithm[] |
SignedData.SigningAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SignedData.Builder |
SignedData.Builder.signingAlgorithm(SignedData.SigningAlgorithm signingAlgorithm)
The algorithm to use to sign the message or message digest.
|
Constructor and Description |
---|
SignedData(String keyId,
String keyVersionId,
String signature,
SignedData.SigningAlgorithm signingAlgorithm)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.