Package | Description |
---|---|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
static MacAlgorithmSpec |
MacAlgorithmSpec.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
VerifyMacResult |
VerifyMacResult.withMacAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm used in the verification.
|
GenerateMacResult |
GenerateMacResult.withMacAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm that was used to generate the HMAC.
|
VerifyMacRequest |
VerifyMacRequest.withMacAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm that will be used in the verification.
|
GenerateMacRequest |
GenerateMacRequest.withMacAlgorithm(MacAlgorithmSpec macAlgorithm)
The MAC algorithm used in the operation.
|
KeyMetadata |
KeyMetadata.withMacAlgorithms(MacAlgorithmSpec... macAlgorithms)
The message authentication code (MAC) algorithm that the HMAC KMS key supports.
|
Copyright © 2023. All rights reserved.