For the latest news and information visit The GNU Crypto project | |
Frames | No Frames |
Classes derived from gnu.crypto.assembly.Transformer | |
class | |
class | A Transformer Adapter allowing inclusion of a DEFLATE compression
algorithm in an Assembly chain. |
class | A trivial Transformer to allow closing a chain in an Assembly .
|
class | An Adapter to use any IPad as a Transformer in an
Assembly .
When using such a Transformer , in an Assembly , there must
be at least one element behind this instance in the constructed chain;
otherwise, a TransformerException is thrown at initialisation time.
|
Fields of type gnu.crypto.assembly.Transformer | |
Transformer |
Methods with parameter type gnu.crypto.assembly.Transformer | |
void | Adds the designated Transformer and signals that it should operate
in post-processing mode; i.e. it should apply its internal transformation
algorithm on the input data stream, after it passes that stream to
the next element in the chain.
|
void | Adds the designated Transformer and signals that it should operate
in pre-processing mode; i.e. it should apply its internal transformation
algorithm on the input data stream, before it passes that stream to
the next element in the chain.
|
Methods with return type gnu.crypto.assembly.Transformer | |
Transformer | |
Transformer | |
Transformer |