Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.DukptKeyVariant
-
Packages that use DukptKeyVariant Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of DukptKeyVariant in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return DukptKeyVariant Modifier and Type Method Description DukptKeyVariantDukptDerivationAttributes. dukptKeyVariant()The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.DukptKeyVariantDukptEncryptionAttributes. dukptKeyVariant()The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.DukptKeyVariantMacAlgorithmDukpt. dukptKeyVariant()The type of use of DUKPT, which can be MAC generation, MAC verification, or both.static DukptKeyVariantDukptKeyVariant. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DukptKeyVariantDukptKeyVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static DukptKeyVariant[]DukptKeyVariant. 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 DukptKeyVariant Modifier and Type Method Description static Set<DukptKeyVariant>DukptKeyVariant. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type DukptKeyVariant Modifier and Type Method Description DukptDerivationAttributes.BuilderDukptDerivationAttributes.Builder. dukptKeyVariant(DukptKeyVariant dukptKeyVariant)The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.DukptEncryptionAttributes.BuilderDukptEncryptionAttributes.Builder. dukptKeyVariant(DukptKeyVariant dukptKeyVariant)The type of use of DUKPT, which can be incoming data decryption, outgoing data encryption, or both.MacAlgorithmDukpt.BuilderMacAlgorithmDukpt.Builder. dukptKeyVariant(DukptKeyVariant dukptKeyVariant)The type of use of DUKPT, which can be MAC generation, MAC verification, or both.
-