Uses of Class gnu.javax.crypto.assembly.Transformer

Uses in package gnu.javax.crypto.assembly

Fields of type gnu.javax.crypto.assembly.Transformer

Transformer

Methods with parameter type gnu.javax.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.javax.crypto.assembly.Transformer

Transformer
Transformer
Transformer