Uses of Enum
software.amazon.awssdk.services.kms.model.MacAlgorithmSpec
Packages that use MacAlgorithmSpec
-
Uses of MacAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return MacAlgorithmSpecModifier and TypeMethodDescriptionstatic MacAlgorithmSpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MacAlgorithmSpecGenerateMacRequest.macAlgorithm()The MAC algorithm used in the operation.final MacAlgorithmSpecGenerateMacResponse.macAlgorithm()The MAC algorithm that was used to generate the HMAC.final MacAlgorithmSpecVerifyMacRequest.macAlgorithm()The MAC algorithm that will be used in the verification.final MacAlgorithmSpecVerifyMacResponse.macAlgorithm()The MAC algorithm used in the verification.static MacAlgorithmSpecReturns 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.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type MacAlgorithmSpecModifier and TypeMethodDescriptionstatic Set<MacAlgorithmSpec>MacAlgorithmSpec.knownValues()final List<MacAlgorithmSpec>KeyMetadata.macAlgorithms()The message authentication code (MAC) algorithm that the HMAC KMS key supports.Methods in software.amazon.awssdk.services.kms.model with parameters of type MacAlgorithmSpecModifier and TypeMethodDescriptionGenerateMacRequest.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm) The MAC algorithm used in the operation.GenerateMacResponse.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm) The MAC algorithm that was used to generate the HMAC.VerifyMacRequest.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm) The MAC algorithm that will be used in the verification.VerifyMacResponse.Builder.macAlgorithm(MacAlgorithmSpec macAlgorithm) The MAC algorithm used in the verification.KeyMetadata.Builder.macAlgorithms(MacAlgorithmSpec... macAlgorithms) The message authentication code (MAC) algorithm that the HMAC KMS key supports.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type MacAlgorithmSpecModifier and TypeMethodDescriptionKeyMetadata.Builder.macAlgorithms(Collection<MacAlgorithmSpec> macAlgorithms) The message authentication code (MAC) algorithm that the HMAC KMS key supports.