Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
GenerateMacResult |
AbstractAWSKMS.generateMac(GenerateMacRequest request) |
GenerateMacResult |
AWSKMSClient.generateMac(GenerateMacRequest request)
Generates a hash-based message authentication code (HMAC) for a message using an HMAC KMS key and a MAC algorithm
that the key supports.
|
GenerateMacResult |
AWSKMS.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 |
---|---|
Future<GenerateMacResult> |
AbstractAWSKMSAsync.generateMacAsync(GenerateMacRequest request) |
Future<GenerateMacResult> |
AWSKMSAsyncClient.generateMacAsync(GenerateMacRequest request) |
Future<GenerateMacResult> |
AWSKMSAsync.generateMacAsync(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.
|
Future<GenerateMacResult> |
AbstractAWSKMSAsync.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AWSKMSAsyncClient.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AWSKMSAsync.generateMacAsync(GenerateMacRequest generateMacRequest,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler)
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 |
---|---|
Future<GenerateMacResult> |
AbstractAWSKMSAsync.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AWSKMSAsyncClient.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AWSKMSAsync.generateMacAsync(GenerateMacRequest generateMacRequest,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler)
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 |
---|---|
GenerateMacResult |
GenerateMacResult.clone() |
GenerateMacResult |
GenerateMacResult.withKeyId(String keyId)
The HMAC KMS key used in the operation.
|
GenerateMacResult |
GenerateMacResult.withMac(ByteBuffer mac)
The hash-based message authentication code (HMAC) that was generated for the specified message, HMAC KMS key, and
MAC algorithm.
|
GenerateMacResult |
GenerateMacResult.withMacAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm that was used to generate the HMAC.
|
GenerateMacResult |
GenerateMacResult.withMacAlgorithm(String macAlgorithm)
The MAC algorithm that was used to generate the HMAC.
|
Copyright © 2023. All rights reserved.