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