Modifier and Type | Class and Description |
---|---|
class |
PassthroughEncryptionModule
The default encryption module simply passes through the decrypt and encrypt text.
|
Modifier and Type | Field and Description |
---|---|
protected EncryptionModule |
SecureOrderPaymentDaoImpl.encryptionModule |
Modifier and Type | Field and Description |
---|---|
protected EncryptionModule |
BankAccountPaymentImpl.encryptionModule |
protected EncryptionModule |
CreditCardPaymentInfoImpl.encryptionModule |
protected EncryptionModule |
GiftCardPaymentImpl.encryptionModule |
Modifier and Type | Method and Description |
---|---|
EncryptionModule |
BankAccountPaymentImpl.getEncryptionModule() |
EncryptionModule |
Referenced.getEncryptionModule() |
EncryptionModule |
CreditCardPaymentInfoImpl.getEncryptionModule() |
EncryptionModule |
GiftCardPaymentImpl.getEncryptionModule() |
Modifier and Type | Method and Description |
---|---|
void |
BankAccountPaymentImpl.setEncryptionModule(EncryptionModule encryptionModule) |
void |
Referenced.setEncryptionModule(EncryptionModule encryptionModule)
Sets the encryption module used by to encrypt and decrypt the data saved in the blSecurePU persistence unit.
|
void |
CreditCardPaymentInfoImpl.setEncryptionModule(EncryptionModule encryptionModule) |
void |
GiftCardPaymentImpl.setEncryptionModule(EncryptionModule encryptionModule) |
Modifier and Type | Field and Description |
---|---|
protected EncryptionModule |
SessionFixationProtectionFilter.encryptionModule
Deprecated.
|
Copyright © 2022. All rights reserved.