|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PBEBigIntegerEncryptor | |
|---|---|
| org.jasypt.encryption.pbe | |
| Uses of PBEBigIntegerEncryptor in org.jasypt.encryption.pbe |
|---|
| Subinterfaces of PBEBigIntegerEncryptor in org.jasypt.encryption.pbe | |
|---|---|
interface |
PBEBigIntegerCleanablePasswordEncryptor
Common interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings). |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||