Uses of Class gnu.crypto.assembly.TransformerException

Uses in package gnu.crypto.assembly

Methods which throw type gnu.crypto.assembly.TransformerException

void
Assembly.init(Map attributes)
Initialises the Assembly for operation with specific characteristics.
void
LoopbackTransformer.init(Map attributes)
Initialises the Transformer for operation with specific characteristics.
void
Transformer.init(Map attributes)
Initialises the Transformer for operation with specific characteristics.
void
void
void
void
void
Transformer.initDelegate(Map attributes)
byte[]
Convenience method that calls the method with same name and three arguments using a 0-long byte array.
byte[]
Convenience method that calls the same method with three arguments.
byte[]
Convenience method that calls the same method with three arguments.
byte[]
Convenience method that calls the method with same name and three arguments, using a byte array of length 1 whose contents are the designated byte.
byte[]
Convenience method that calls the method with same name and three arguments, using a byte array of length 1 whose contents are the designated byte.
byte[]
Assembly.lastUpdate(byte[] in)
Convenience method that calls the method with same name and three arguments.
byte[]
Convenience method that calls the same method with three arguments.
byte[]
Assembly.lastUpdate(byte[] in, int offset, int length)
Processes a designated number of bytes from a given byte array and signals, at the same time, that this is the last push operation for this Assembly.
byte[]
Transformer.lastUpdate(byte[] in, int offset, int length)
Processes a designated number of bytes from a given byte array and signals, at the same time, that this is the last push operation on this Transformer.
byte[]
byte[]
byte[]
byte[]
byte[]
byte[]
Assembly.update(byte b)
Convenience method that calls the method with same name and three arguments, using a byte array of length 1 whose contents are the designated byte.
byte[]
Convenience method that calls the method with same name and three arguments, using a byte array of length 1 whose contents are the designated byte.
byte[]
Assembly.update(byte[] in)
Convenience method that calls the method with same name and three arguments.
byte[]
Transformer.update(byte[] in)
Convenience method that calls the same method with three arguments.
byte[]
Assembly.update(byte[] in, int offset, int length)
Processes a designated number of bytes from a given byte array.
byte[]
LoopbackTransformer.update(byte[] in, int offset, int length)
Processes a designated number of bytes from a given byte array.
byte[]
Transformer.update(byte[] in, int offset, int length)
Processes a designated number of bytes from a given byte array.
byte[]
CascadeTransformer.updateDelegate(byte[] in, int offset, int length)
byte[]
DeflateTransformer.updateDelegate(byte[] in, int offset, int length)
byte[]
LoopbackTransformer.updateDelegate(byte[] in, int offset, int length)
byte[]
PaddingTransformer.updateDelegate(byte[] in, int offset, int length)
byte[]
Transformer.updateDelegate(byte[] in, int off, int len)

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.