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

Uses in package gnu.javax.crypto.assembly

Methods which throw type gnu.javax.crypto.assembly.TransformerException

void
Assembly.init(Map<K,V> attributes)
Initialises the Assembly for operation with specific characteristics.
void
Initialises the Transformer for operation with specific characteristics.
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 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[]
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[]
Transformer.update(byte[] in, int offset, int length)
Processes a designated number of bytes from a given byte array.