public static interface VerifyResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<VerifyResponse.Builder,VerifyResponse>
| Modifier and Type | Method and Description |
|---|---|
VerifyResponse.Builder |
keyId(String keyId)
The Amazon Resource Name (key ARN) of the
asymmetric KMS key that was used to verify the signature.
|
VerifyResponse.Builder |
signatureValid(Boolean signatureValid)
A Boolean value that indicates whether the signature was verified.
|
VerifyResponse.Builder |
signingAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
VerifyResponse.Builder |
signingAlgorithm(String signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifyResponse.Builder keyId(String keyId)
The Amazon Resource Name (key ARN) of the asymmetric KMS key that was used to verify the signature.
keyId - The Amazon Resource Name (key ARN)
of the asymmetric KMS key that was used to verify the signature.VerifyResponse.Builder signatureValid(Boolean signatureValid)
A Boolean value that indicates whether the signature was verified. A value of True indicates
that the Signature was produced by signing the Message with the specified
KeyID and SigningAlgorithm. If the signature is not verified, the
Verify operation fails with a KMSInvalidSignatureException exception.
signatureValid - A Boolean value that indicates whether the signature was verified. A value of True
indicates that the Signature was produced by signing the Message with the
specified KeyID and SigningAlgorithm. If the signature is not verified, the
Verify operation fails with a KMSInvalidSignatureException exception.VerifyResponse.Builder signingAlgorithm(String signingAlgorithm)
The signing algorithm that was used to verify the signature.
signingAlgorithm - The signing algorithm that was used to verify the signature.SigningAlgorithmSpec,
SigningAlgorithmSpecVerifyResponse.Builder signingAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to verify the signature.
signingAlgorithm - The signing algorithm that was used to verify the signature.SigningAlgorithmSpec,
SigningAlgorithmSpecCopyright © 2023. All rights reserved.