| Package | Description |
|---|---|
| org.jasypt.encryption.pbe | |
| org.jasypt.util.binary | |
| org.jasypt.util.numeric | |
| org.jasypt.util.text |
| Class and Description |
|---|
| CleanablePasswordBased
Common interface for all entities which can be set a password in char[] shape,
which can be cleaned once the encryptor is initialized so that no immutable
Strings containing the password are left in memory.
|
| PasswordBased
Common interface for all entities which can be set a password.
|
| 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).
|
| PBEBigDecimalEncryptor
Common interface for all Password Based Encryptors which receive a
BigDecimal message and return a BigDecimal result.
|
| 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).
|
| PBEBigIntegerEncryptor
Common interface for all Password Based Encryptors which receive a BigInteger
message and return a BigInteger result.
|
| PBEByteCleanablePasswordEncryptor
Common interface for all Password Based Encryptors which receive a
byte array message and return a byte array result, and provide means
to set passwords as cleanable char[] objects (instead of
immutable Strings).
|
| PBEByteEncryptor
Common interface for all Password Based Encryptors which receive a
byte array message and return a byte array result.
|
| PBEStringCleanablePasswordEncryptor
Common interface for all Password Based Encryptors which receive a
String message and return a String result, and provide means
to set passwords as cleanable char[] objects (instead of
immutable Strings).
|
| PBEStringEncryptor
Common interface for all Password Based Encryptors which receive a
String message and return a String result.
|
| StandardPBEBigDecimalEncryptor
Standard implementation of the
PBEBigDecimalEncryptor interface. |
| StandardPBEBigIntegerEncryptor
Standard implementation of the
PBEBigIntegerEncryptor interface. |
| StandardPBEByteEncryptor
Standard implementation of the
PBEByteEncryptor interface. |
| StandardPBEStringEncryptor
Standard implementation of the
PBEStringEncryptor interface. |
| Class and Description |
|---|
| StandardPBEByteEncryptor
Standard implementation of the
PBEByteEncryptor interface. |
| Class and Description |
|---|
| StandardPBEBigDecimalEncryptor
Standard implementation of the
PBEBigDecimalEncryptor interface. |
| StandardPBEBigIntegerEncryptor
Standard implementation of the
PBEBigIntegerEncryptor interface. |
| Class and Description |
|---|
| StandardPBEStringEncryptor
Standard implementation of the
PBEStringEncryptor interface. |