Package guarana.toolkit.task.streamdealers.ciphers

Provides a set of supported and already implemented ciphers.

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.
 

Package guarana.toolkit.task.streamdealers.ciphers Description

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.

Since:
Guaranį SDK 1.0.0
See Also:
ICipher


Guaranį DSL Home