|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PBEBigDecimalEncryptor | |
|---|---|
| org.jasypt.encryption.pbe | |
| org.jasypt.hibernate.encryptor | |
| Uses of PBEBigDecimalEncryptor in org.jasypt.encryption.pbe |
|---|
| Classes in org.jasypt.encryption.pbe that implement PBEBigDecimalEncryptor | |
|---|---|
class |
PooledPBEBigDecimalEncryptor
Pooled implementation of PBEBigDecimalEncryptor that in fact contains
an array of StandardPBEBigDecimalEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
class |
StandardPBEBigDecimalEncryptor
Standard implementation of the PBEBigDecimalEncryptor interface. |
| Uses of PBEBigDecimalEncryptor in org.jasypt.hibernate.encryptor |
|---|
| Methods in org.jasypt.hibernate.encryptor that return PBEBigDecimalEncryptor | |
|---|---|
PBEBigDecimalEncryptor |
HibernatePBEBigDecimalEncryptor.getEncryptor()
Returns the encryptor which this object wraps. |
PBEBigDecimalEncryptor |
HibernatePBEEncryptorRegistry.getPBEBigDecimalEncryptor(java.lang.String registeredName)
Returns the PBEBigDecimalEncryptor registered with the specified name (if exists). |
| Methods in org.jasypt.hibernate.encryptor with parameters of type PBEBigDecimalEncryptor | |
|---|---|
void |
HibernatePBEEncryptorRegistry.registerPBEBigDecimalEncryptor(java.lang.String registeredName,
PBEBigDecimalEncryptor encryptor)
Registers a PBEBigDecimalEncryptor object with the specified name. |
void |
HibernatePBEBigDecimalEncryptor.setEncryptor(PBEBigDecimalEncryptor encryptor)
Sets the PBEBigDecimalEncryptor to be held (wrapped) by this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||