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 |
SecurePaymentInfoDaoImpl.encryptionModule |
Modifier and Type | Field and Description |
---|---|
protected EncryptionModule |
GiftCardPaymentInfoImpl.encryptionModule |
protected EncryptionModule |
CreditCardPaymentInfoImpl.encryptionModule |
protected EncryptionModule |
BankAccountPaymentInfoImpl.encryptionModule |
Modifier and Type | Method and Description |
---|---|
EncryptionModule |
Referenced.getEncryptionModule() |
EncryptionModule |
GiftCardPaymentInfoImpl.getEncryptionModule() |
EncryptionModule |
EmptyReferenced.getEncryptionModule() |
EncryptionModule |
CreditCardPaymentInfoImpl.getEncryptionModule() |
EncryptionModule |
BankAccountPaymentInfoImpl.getEncryptionModule() |
Modifier and Type | Method and Description |
---|---|
void |
Referenced.setEncryptionModule(EncryptionModule encryptionModule) |
void |
GiftCardPaymentInfoImpl.setEncryptionModule(EncryptionModule encryptionModule) |
void |
EmptyReferenced.setEncryptionModule(EncryptionModule encryptionModule) |
void |
CreditCardPaymentInfoImpl.setEncryptionModule(EncryptionModule encryptionModule) |
void |
BankAccountPaymentInfoImpl.setEncryptionModule(EncryptionModule encryptionModule) |
Modifier and Type | Field and Description |
---|---|
protected EncryptionModule |
SessionFixationProtectionFilter.encryptionModule |
Copyright © 2014. All rights reserved.