| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
static SigningAlgorithmSpec |
SigningAlgorithmSpec.fromValue(String value)
Use this in place of valueOf.
|
static SigningAlgorithmSpec |
SigningAlgorithmSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithmSpec[] |
SigningAlgorithmSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignResult.setSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to sign the message.
|
void |
VerifyRequest.setSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to sign the message.
|
void |
VerifyResult.setSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
void |
SignRequest.setSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
Specifies the signing algorithm to use when signing the message.
|
SignResult |
SignResult.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to sign the message.
|
VerifyRequest |
VerifyRequest.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to sign the message.
|
VerifyResult |
VerifyResult.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
SignRequest |
SignRequest.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
Specifies the signing algorithm to use when signing the message.
|
Copyright © 2020. All rights reserved.