| 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 | 
|---|---|
| VerifyResult | VerifyResult. withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
 The signing algorithm that was used to verify the signature. | 
| VerifyRequest | VerifyRequest. withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
 The signing algorithm that was used to sign the message. | 
| 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. | 
| KeyMetadata | KeyMetadata. withSigningAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
 The signing algorithms that the KMS key supports. | 
| GetPublicKeyResult | GetPublicKeyResult. withSigningAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
 The signing algorithms that KMS supports for this key. | 
Copyright © 2022. All rights reserved.