gnu.crypto.assembly

Class LoopbackTransformer

final class LoopbackTransformer extends Transformer

A trivial Transformer to allow closing a chain in an Assembly. This class is not visible outside this package.

Version: $Revision: 1.2 $

Constructor Summary
LoopbackTransformer()
Trivial protected constructor.
Method Summary
intdelegateBlockSize()
voidinit(Map attributes)
voidinitDelegate(Map attributes)
byte[]lastUpdate()
byte[]lastUpdateDelegate()
voidreset()
voidresetDelegate()
byte[]update(byte[] in, int offset, int length)
byte[]updateDelegate(byte[] in, int offset, int length)

Constructor Detail

LoopbackTransformer

LoopbackTransformer()
Trivial protected constructor.

Method Detail

delegateBlockSize

int delegateBlockSize()

init

public void init(Map attributes)

initDelegate

void initDelegate(Map attributes)

lastUpdate

public byte[] lastUpdate()

lastUpdateDelegate

byte[] lastUpdateDelegate()

reset

public void reset()

resetDelegate

void resetDelegate()

update

public byte[] update(byte[] in, int offset, int length)

updateDelegate

byte[] updateDelegate(byte[] in, int offset, int length)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.