|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ICipher | The interface every cipher must implement. |
Class Summary | |
---|---|
Cipher | An abstract cipher. |
Decrypter | Decrypts an inbound message body encrypted with an specific cipher. |
Encrypter | Encrypts an inbound message body according to an specific cipher. |
PBECipher | A password based encryption cipher implementation. |
Exception Summary | |
---|---|
CipherException | An exception class for ciphers. |
Provides a set of supported and already implemented ciphers.
This package also provides the ICipher
interface which can be used to created your own cipher.
ICipher
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |