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