| 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 |
|---|---|
SignRequest |
SignRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
SignRequest |
SignRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
SignRequest |
SignRequest.withKeyId(String keyId)
Identifies an asymmetric CMK.
|
SignRequest |
SignRequest.withMessage(ByteBuffer message)
Specifies the message or message digest to sign.
|
SignRequest |
SignRequest.withMessageType(MessageType messageType)
Tells AWS KMS whether the value of the
Message parameter is
a message or message digest. |
SignRequest |
SignRequest.withMessageType(String messageType)
Tells AWS KMS whether the value of the
Message parameter is
a message or message digest. |
SignRequest |
SignRequest.withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
Specifies the signing algorithm to use when signing the message.
|
SignRequest |
SignRequest.withSigningAlgorithm(String signingAlgorithm)
Specifies the signing algorithm to use when signing the message.
|
Copyright © 2020. All rights reserved.