| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
WrappedKey |
WrappedKey.clone() |
WrappedKey |
TranslatePinDataRequest.getIncomingWrappedKey()
The WrappedKeyBlock containing the encryption key under which incoming PIN block data is encrypted.
|
WrappedKey |
ReEncryptDataRequest.getIncomingWrappedKey()
The WrappedKeyBlock containing the encryption key of incoming ciphertext data.
|
WrappedKey |
TranslatePinDataRequest.getOutgoingWrappedKey()
The WrappedKeyBlock containing the encryption key for encrypting outgoing PIN block data.
|
WrappedKey |
ReEncryptDataRequest.getOutgoingWrappedKey()
The WrappedKeyBlock containing the encryption key of outgoing ciphertext data after encryption by Amazon Web
Services Payment Cryptography.
|
WrappedKey |
EncryptDataRequest.getWrappedKey()
The WrappedKeyBlock containing the encryption key for plaintext encryption.
|
WrappedKey |
DecryptDataRequest.getWrappedKey()
The WrappedKeyBlock containing the encryption key for ciphertext decryption.
|
WrappedKey |
WrappedKey.withKeyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
WrappedKey |
WrappedKey.withKeyCheckValueAlgorithm(String keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
WrappedKey |
WrappedKey.withWrappedKeyMaterial(WrappedKeyMaterial wrappedKeyMaterial)
Parameter information of a WrappedKeyBlock for encryption key exchange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranslatePinDataRequest.setIncomingWrappedKey(WrappedKey incomingWrappedKey)
The WrappedKeyBlock containing the encryption key under which incoming PIN block data is encrypted.
|
void |
ReEncryptDataRequest.setIncomingWrappedKey(WrappedKey incomingWrappedKey)
The WrappedKeyBlock containing the encryption key of incoming ciphertext data.
|
void |
TranslatePinDataRequest.setOutgoingWrappedKey(WrappedKey outgoingWrappedKey)
The WrappedKeyBlock containing the encryption key for encrypting outgoing PIN block data.
|
void |
ReEncryptDataRequest.setOutgoingWrappedKey(WrappedKey outgoingWrappedKey)
The WrappedKeyBlock containing the encryption key of outgoing ciphertext data after encryption by Amazon Web
Services Payment Cryptography.
|
void |
EncryptDataRequest.setWrappedKey(WrappedKey wrappedKey)
The WrappedKeyBlock containing the encryption key for plaintext encryption.
|
void |
DecryptDataRequest.setWrappedKey(WrappedKey wrappedKey)
The WrappedKeyBlock containing the encryption key for ciphertext decryption.
|
TranslatePinDataRequest |
TranslatePinDataRequest.withIncomingWrappedKey(WrappedKey incomingWrappedKey)
The WrappedKeyBlock containing the encryption key under which incoming PIN block data is encrypted.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withIncomingWrappedKey(WrappedKey incomingWrappedKey)
The WrappedKeyBlock containing the encryption key of incoming ciphertext data.
|
TranslatePinDataRequest |
TranslatePinDataRequest.withOutgoingWrappedKey(WrappedKey outgoingWrappedKey)
The WrappedKeyBlock containing the encryption key for encrypting outgoing PIN block data.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withOutgoingWrappedKey(WrappedKey outgoingWrappedKey)
The WrappedKeyBlock containing the encryption key of outgoing ciphertext data after encryption by Amazon Web
Services Payment Cryptography.
|
EncryptDataRequest |
EncryptDataRequest.withWrappedKey(WrappedKey wrappedKey)
The WrappedKeyBlock containing the encryption key for plaintext encryption.
|
DecryptDataRequest |
DecryptDataRequest.withWrappedKey(WrappedKey wrappedKey)
The WrappedKeyBlock containing the encryption key for ciphertext decryption.
|
Copyright © 2024. All rights reserved.