|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| PasswordBased | Common interface for all entities which can be set a password. |
| PBEBigDecimalEncryptor | Common interface for all Password Based Encryptors which receive a BigDecimal message and return a BigDecimal result. |
| PBEBigIntegerEncryptor | Common interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result. |
| PBEByteEncryptor | Common interface for all Password Based Encryptors which receive a byte array message and return a byte array result. |
| PBEStringEncryptor | Common interface for all Password Based Encryptors which receive a String message and return a String result. |
| Class Summary | |
|---|---|
| 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. |
| 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. |
| PooledPBEByteEncryptor |
Pooled implementation of PBEByteEncryptor that in fact contains
an array of StandardPBEByteEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
| PooledPBEStringEncryptor |
Pooled implementation of PBEStringEncryptor that in fact contains
an array of StandardPBEStringEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
| 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. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||