Uses of Class
guarana.toolkit.task.streamdealers.ciphers.CipherException

Packages that use CipherException
guarana.toolkit.task.streamdealers.ciphers Provides a set of supported and already implemented ciphers. 
 

Uses of CipherException in guarana.toolkit.task.streamdealers.ciphers
 

Methods in guarana.toolkit.task.streamdealers.ciphers that throw CipherException
 byte[] PBECipher.decrypt(byte[] data)
          Decrypts data using a password and an OpenSSL compatible cipher name passed in the constructor.
 byte[] ICipher.decrypt(byte[] data)
          Decrypts an array of bytes.
 byte[] PBECipher.encrypt(byte[] data)
          Encrypts data using a password and an OpenSSL compatible cipher name passed in the constructor.
 byte[] ICipher.encrypt(byte[] data)
          Encrypts an array of bytes.
 



Guaranį DSL Home