Uses of Interface
guarana.toolkit.task.streamdealers.ciphers.ICipher

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

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

Classes in guarana.toolkit.task.streamdealers.ciphers that implement ICipher
 class PBECipher
          A password based encryption cipher implementation.
 

Constructors in guarana.toolkit.task.streamdealers.ciphers with parameters of type ICipher
Decrypter(String name, ICipher cipher)
          Constructs a new decrypter task.
Decrypter(String name, int numberOfInputs, int numberOfOutputs, ICipher cipher)
          Constructs a new decrypter task.
Encrypter(String name, ICipher cipher)
          Constructs a new encrypter task.
Encrypter(String name, int numberOfInputs, int numberOfOutputs, ICipher cipher)
          Constructs a new encrypter task.
 



Guaranį DSL Home