| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static MacAlgorithmSpec |
MacAlgorithmSpec.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MacAlgorithmSpec |
VerifyMacResponse.macAlgorithm()
The MAC algorithm used in the verification.
|
MacAlgorithmSpec |
GenerateMacRequest.macAlgorithm()
The MAC algorithm used in the operation.
|
MacAlgorithmSpec |
VerifyMacRequest.macAlgorithm()
The MAC algorithm that will be used in the verification.
|
MacAlgorithmSpec |
GenerateMacResponse.macAlgorithm()
The MAC algorithm that was used to generate the HMAC.
|
static MacAlgorithmSpec |
MacAlgorithmSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacAlgorithmSpec[] |
MacAlgorithmSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MacAlgorithmSpec> |
MacAlgorithmSpec.knownValues()
|
List<MacAlgorithmSpec> |
KeyMetadata.macAlgorithms()
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyMacResponse.Builder |
VerifyMacResponse.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm used in the verification.
|
GenerateMacRequest.Builder |
GenerateMacRequest.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm used in the operation.
|
VerifyMacRequest.Builder |
VerifyMacRequest.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm that will be used in the verification.
|
GenerateMacResponse.Builder |
GenerateMacResponse.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm that was used to generate the HMAC.
|
KeyMetadata.Builder |
KeyMetadata.Builder.macAlgorithms(MacAlgorithmSpec... macAlgorithms)
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
|
| Modifier and Type | Method and Description |
|---|---|
KeyMetadata.Builder |
KeyMetadata.Builder.macAlgorithms(Collection<MacAlgorithmSpec> macAlgorithms)
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
|
Copyright © 2023. All rights reserved.