Frames | No Frames |
Methods which throw type gnu.javax.crypto.assembly.TransformerException | |
void | 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[] | Assembly.lastUpdate(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[] | Transformer.lastUpdate(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[] | Assembly.lastUpdate(byte[] in) Convenience method that calls the method with same name and three
arguments. |
byte[] | Transformer.lastUpdate(byte[] in) 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[] | 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[] | Transformer.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. |
byte[] | Transformer.update(byte[] in) Convenience method that calls the same method with three arguments. |
byte[] | 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.
|