@Generated(value="software.amazon.awssdk:codegen") public final class DukptAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DukptAttributes.Builder,DukptAttributes>
Parameters that are used for Derived Unique Key Per Transaction (DUKPT) derivation algorithm.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DukptAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DukptAttributes.Builder |
builder() |
DukptDerivationType |
dukptDerivationType()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
String |
dukptDerivationTypeAsString()
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN).
|
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 DukptAttributes.Builder> |
serializableBuilderClass() |
DukptAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DukptDerivationType dukptDerivationType()
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,
dukptDerivationType will return DukptDerivationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from dukptDerivationTypeAsString().
AES_128 as a
derivation type for a BDK of AES_128 or TDES_2KEY.DukptDerivationTypepublic final String dukptDerivationTypeAsString()
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,
dukptDerivationType will return DukptDerivationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from dukptDerivationTypeAsString().
AES_128 as a
derivation type for a BDK of AES_128 or TDES_2KEY.DukptDerivationTypepublic 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 DukptAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DukptAttributes.Builder,DukptAttributes>public static DukptAttributes.Builder builder()
public static Class<? extends DukptAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.