@Generated(value="software.amazon.awssdk:codegen") public final class DukptDerivationAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DukptDerivationAttributes.Builder,DukptDerivationAttributes>
Parameters required for encryption or decryption of data using DUKPT.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DukptDerivationAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DukptDerivationAttributes.Builder |
builder() |
DukptDerivationType |
dukptKeyDerivationType()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
String |
dukptKeyDerivationTypeAsString()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
DukptKeyVariant |
dukptKeyVariant()
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
String |
dukptKeyVariantAsString()
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keySerialNumber()
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT
encryption method.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DukptDerivationAttributes.Builder> |
serializableBuilderClass() |
DukptDerivationAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DukptDerivationType dukptKeyDerivationType()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be less
than or equal to the strength of the BDK. For example, you can't use AES_128 as a derivation type
for a BDK of AES_128 or TDES_2KEY
If the service returns an enum value that is not available in the current SDK version,
dukptKeyDerivationType will return DukptDerivationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from dukptKeyDerivationTypeAsString().
AES_128 as a
derivation type for a BDK of AES_128 or TDES_2KEYDukptDerivationTypepublic final String dukptKeyDerivationTypeAsString()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be less
than or equal to the strength of the BDK. For example, you can't use AES_128 as a derivation type
for a BDK of AES_128 or TDES_2KEY
If the service returns an enum value that is not available in the current SDK version,
dukptKeyDerivationType will return DukptDerivationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from dukptKeyDerivationTypeAsString().
AES_128 as a
derivation type for a BDK of AES_128 or TDES_2KEYDukptDerivationTypepublic final DukptKeyVariant dukptKeyVariant()
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
If the service returns an enum value that is not available in the current SDK version, dukptKeyVariant
will return DukptKeyVariant.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from dukptKeyVariantAsString().
DukptKeyVariantpublic final String dukptKeyVariantAsString()
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
If the service returns an enum value that is not available in the current SDK version, dukptKeyVariant
will return DukptKeyVariant.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from dukptKeyVariantAsString().
DukptKeyVariantpublic final String keySerialNumber()
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an internal transaction counter.
public DukptDerivationAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DukptDerivationAttributes.Builder,DukptDerivationAttributes>public static DukptDerivationAttributes.Builder builder()
public static Class<? extends DukptDerivationAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.