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