EncryptionDecryptionAttributes |
DecryptDataRequest.decryptionAttributes() |
The encryption key type and attributes for ciphertext decryption.
|
EncryptionDecryptionAttributes |
EncryptDataRequest.encryptionAttributes() |
The encryption key type and attributes for plaintext encryption.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromAsymmetric(Consumer<AsymmetricEncryptionAttributes.Builder> asymmetric) |
Create an instance of this class with asymmetric() initialized to the given value.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromAsymmetric(AsymmetricEncryptionAttributes asymmetric) |
Create an instance of this class with asymmetric() initialized to the given value.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromDukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt) |
Create an instance of this class with dukpt() initialized to the given value.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromDukpt(DukptEncryptionAttributes dukpt) |
Create an instance of this class with dukpt() initialized to the given value.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromEmv(Consumer<EmvEncryptionAttributes.Builder> emv) |
Create an instance of this class with emv() initialized to the given value.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromEmv(EmvEncryptionAttributes emv) |
Create an instance of this class with emv() initialized to the given value.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromSymmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric) |
Create an instance of this class with symmetric() initialized to the given value.
|
static EncryptionDecryptionAttributes |
EncryptionDecryptionAttributes.fromSymmetric(SymmetricEncryptionAttributes symmetric) |
Create an instance of this class with symmetric() initialized to the given value.
|