|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Cipher | A Cipher is an algorithm used in cryptography that converts an original input source using a Key to an uninterpretable format. |
| Class Summary | |
|---|---|
| BlowfishCipher | JSecurity's default symmetric block Cipher using the Blowfish algorithm. |
Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and add additional convenient behavior.
The most important interface in this package is theCipher interface, which
allows other JSecurity components to encrypt and decrypt potentially sensitive data.
|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||