| Package | Description | 
|---|---|
| com.amazonaws.services.kms.model | 
| 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 | 
|---|---|
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. 
 | 
SignResult | 
SignResult.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
 The signing algorithm that was used to sign the message. 
 | 
GetPublicKeyResult | 
GetPublicKeyResult.withSigningAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
 The signing algorithms that KMS supports for this key. 
 | 
KeyMetadata | 
KeyMetadata.withSigningAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
 The signing algorithms that the KMS key supports. 
 | 
Copyright © 2021. All rights reserved.