| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
VerifyResult |
AWSKMS.verify(VerifyRequest verifyRequest)
Verifies a digital signature that was generated by the Sign
operation.
|
VerifyResult |
AWSKMSClient.verify(VerifyRequest verifyRequest)
Verifies a digital signature that was generated by the Sign
operation.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyResult |
VerifyResult.withKeyId(String keyId)
The unique identifier for the asymmetric CMK that was used to verify the
signature.
|
VerifyResult |
VerifyResult.withSignatureValid(Boolean signatureValid)
A Boolean value that indicates whether the signature was verified.
|
VerifyResult |
VerifyResult.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
VerifyResult |
VerifyResult.withSigningAlgorithm(String signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
Copyright © 2020. All rights reserved.