Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.DukptDerivationType
-
Packages that use DukptDerivationType Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of DukptDerivationType in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return DukptDerivationType Modifier and Type Method Description DukptDerivationTypeDukptAttributes. dukptDerivationType()The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptDerivationTypeMacAlgorithmDukpt. dukptDerivationType()The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptDerivationTypeDukptDerivationAttributes. dukptKeyDerivationType()The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptDerivationTypeDukptEncryptionAttributes. dukptKeyDerivationType()The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).static DukptDerivationTypeDukptDerivationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DukptDerivationTypeDukptDerivationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DukptDerivationType[]DukptDerivationType. 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 DukptDerivationType Modifier and Type Method Description static Set<DukptDerivationType>DukptDerivationType. knownValues()Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type DukptDerivationType Modifier and Type Method Description DukptAttributes.BuilderDukptAttributes.Builder. dukptDerivationType(DukptDerivationType dukptDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).MacAlgorithmDukpt.BuilderMacAlgorithmDukpt.Builder. dukptDerivationType(DukptDerivationType dukptDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptDerivationAttributes.BuilderDukptDerivationAttributes.Builder. dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).DukptEncryptionAttributes.BuilderDukptEncryptionAttributes.Builder. dukptKeyDerivationType(DukptDerivationType dukptKeyDerivationType)The key type encrypted using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
-