| 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 |
|---|---|
SignResult |
AWSKMS.sign(SignRequest signRequest)
Creates a digital
signature for a message or message digest by using the private key in
an asymmetric CMK.
|
SignResult |
AWSKMSClient.sign(SignRequest signRequest)
Creates a digital
signature for a message or message digest by using the private key in
an asymmetric CMK.
|
| Modifier and Type | Method and Description |
|---|---|
SignResult |
SignResult.withKeyId(String keyId)
The Amazon Resource Name (ARN) of the asymmetric CMK that was used to
sign the message.
|
SignResult |
SignResult.withSignature(ByteBuffer signature)
The cryptographic signature that was generated for the message.
|
SignResult |
SignResult.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to sign the message.
|
SignResult |
SignResult.withSigningAlgorithm(String signingAlgorithm)
The signing algorithm that was used to sign the message.
|
Copyright © 2020. All rights reserved.