JSecurity

Package org.jsecurity.crypto

Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and add additional convenient behavior.

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.
 

Package org.jsecurity.crypto Description

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 the Cipher interface, which allows other JSecurity components to encrypt and decrypt potentially sensitive data.


JSecurity

Copyright © 2004-2008 JSecurity.