Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.MacAlgorithm
-
Packages that use MacAlgorithm Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of MacAlgorithm in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return MacAlgorithm Modifier and Type Method Description MacAlgorithmMacAttributes. algorithm()The encryption algorithm for MAC generation or verification.static MacAlgorithmMacAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MacAlgorithmMacAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static MacAlgorithm[]MacAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type MacAlgorithm Modifier and Type Method Description static Set<MacAlgorithm>MacAlgorithm. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type MacAlgorithm Modifier and Type Method Description MacAttributes.BuilderMacAttributes.Builder. algorithm(MacAlgorithm algorithm)The encryption algorithm for MAC generation or verification.static MacAttributesMacAttributes. fromAlgorithm(MacAlgorithm algorithm)Create an instance of this class withMacAttributes.algorithmAsString()initialized to the given value.
-