Uses of Class
software.amazon.awssdk.services.kms.model.MacAlgorithmSpec
-
Packages that use MacAlgorithmSpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of MacAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return MacAlgorithmSpec Modifier and Type Method Description static MacAlgorithmSpecMacAlgorithmSpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MacAlgorithmSpecGenerateMacRequest. macAlgorithm()The MAC algorithm used in the operation.MacAlgorithmSpecGenerateMacResponse. macAlgorithm()The MAC algorithm that was used to generate the HMAC.MacAlgorithmSpecVerifyMacRequest. macAlgorithm()The MAC algorithm that will be used in the verification.MacAlgorithmSpecVerifyMacResponse. macAlgorithm()The MAC algorithm used in the verification.static MacAlgorithmSpecMacAlgorithmSpec. 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.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type MacAlgorithmSpec Modifier and Type Method Description static Set<MacAlgorithmSpec>MacAlgorithmSpec. knownValues()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 MacAlgorithmSpec Modifier and Type Method Description GenerateMacRequest.BuilderGenerateMacRequest.Builder. macAlgorithm(MacAlgorithmSpec macAlgorithm)The MAC algorithm used in the operation.GenerateMacResponse.BuilderGenerateMacResponse.Builder. macAlgorithm(MacAlgorithmSpec macAlgorithm)The MAC algorithm that was used to generate the HMAC.VerifyMacRequest.BuilderVerifyMacRequest.Builder. macAlgorithm(MacAlgorithmSpec macAlgorithm)The MAC algorithm that will be used in the verification.VerifyMacResponse.BuilderVerifyMacResponse.Builder. macAlgorithm(MacAlgorithmSpec macAlgorithm)The MAC algorithm used in the verification.KeyMetadata.BuilderKeyMetadata.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 MacAlgorithmSpec Modifier and Type Method Description KeyMetadata.BuilderKeyMetadata.Builder. macAlgorithms(Collection<MacAlgorithmSpec> macAlgorithms)The message authentication code (MAC) algorithm that the HMAC KMS key supports.
-