gnu.crypto.assembly
class PaddingTransformer extends Transformer
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.
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
PaddingTransformer(IPad padding) |
Method Summary | |
---|---|
int | delegateBlockSize() |
void | initDelegate(Map attributes) |
byte[] | lastUpdateDelegate() |
void | resetDelegate() |
byte[] | updateDelegate(byte[] in, int offset, int length) |