For the latest news and information visit The GNU Crypto project | ||
Frames | No Frames |
Methods which throw type gnu.crypto.assembly.TransformerException | |
void | 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 | CascadeTransformer.initDelegate(Map attributes) |
void | DeflateTransformer.initDelegate(Map attributes) |
void | LoopbackTransformer.initDelegate(Map attributes) |
void | PaddingTransformer.initDelegate(Map attributes) |
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[] | 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[] | |
byte[] | |
byte[] | |
byte[] | |
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[] | 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[] | 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) |