| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.transform |
| Modifier and Type | Method and Description |
|---|---|
default GenerateMacResponse |
KmsClient.generateMac(GenerateMacRequest generateMacRequest)
Generates a hash-based message authentication code (HMAC) for a message using an HMAC KMS key and a MAC algorithm
that the key supports.
|
default CompletableFuture<GenerateMacResponse> |
KmsAsyncClient.generateMac(GenerateMacRequest generateMacRequest)
Generates a hash-based message authentication code (HMAC) for a message using an HMAC KMS key and a MAC algorithm
that the key supports.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GenerateMacRequestMarshaller.marshall(GenerateMacRequest generateMacRequest) |
Copyright © 2023. All rights reserved.