gnu.crypto.assembly
final class LoopbackTransformer extends Transformer
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
LoopbackTransformer() Trivial protected constructor. |
Method Summary | |
---|---|
int | delegateBlockSize() |
void | init(Map attributes) |
void | initDelegate(Map attributes) |
byte[] | lastUpdate() |
byte[] | lastUpdateDelegate() |
void | reset() |
void | resetDelegate() |
byte[] | update(byte[] in, int offset, int length) |
byte[] | updateDelegate(byte[] in, int offset, int length) |