|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformerException | |
gnu.crypto.assembly | Provides a high-level API for combining and using GNU Crypto cipher, mode, and padding primitives. |
Uses of TransformerException in gnu.crypto.assembly |
Methods in gnu.crypto.assembly that throw TransformerException | |
(package private) void |
DeflateTransformer.initDelegate(java.util.Map attributes)
|
(package private) byte[] |
DeflateTransformer.updateDelegate(byte[] in,
int offset,
int length)
|
(package private) byte[] |
DeflateTransformer.lastUpdateDelegate()
|
void |
LoopbackTransformer.init(java.util.Map attributes)
|
byte[] |
LoopbackTransformer.update(byte[] in,
int offset,
int length)
|
byte[] |
LoopbackTransformer.lastUpdate()
|
(package private) void |
LoopbackTransformer.initDelegate(java.util.Map attributes)
|
(package private) byte[] |
LoopbackTransformer.updateDelegate(byte[] in,
int offset,
int length)
|
(package private) byte[] |
LoopbackTransformer.lastUpdateDelegate()
|
(package private) void |
CascadeTransformer.initDelegate(java.util.Map attributes)
|
(package private) byte[] |
CascadeTransformer.updateDelegate(byte[] in,
int offset,
int length)
|
(package private) byte[] |
CascadeTransformer.lastUpdateDelegate()
|
(package private) void |
PaddingTransformer.initDelegate(java.util.Map attributes)
|
(package private) byte[] |
PaddingTransformer.updateDelegate(byte[] in,
int offset,
int length)
|
(package private) byte[] |
PaddingTransformer.lastUpdateDelegate()
|
void |
Transformer.init(java.util.Map attributes)
Initialises the Transformer for operation with specific
characteristics. |
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[] |
Transformer.update(byte[] in)
Convenience method that calls the same method with three arguments. |
byte[] |
Transformer.update(byte[] in,
int offset,
int length)
Processes a designated number of bytes from a given byte array. |
byte[] |
Transformer.lastUpdate()
Convenience method that calls the same method with three arguments. |
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[] |
Transformer.lastUpdate(byte[] in)
Convenience method that calls the same method with three arguments. |
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 . |
(package private) abstract void |
Transformer.initDelegate(java.util.Map attributes)
|
(package private) abstract byte[] |
Transformer.updateDelegate(byte[] in,
int off,
int len)
|
(package private) abstract byte[] |
Transformer.lastUpdateDelegate()
|
void |
Assembly.init(java.util.Map attributes)
Initialises the Assembly for operation with specific
characteristics. |
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[] |
Assembly.update(byte[] in)
Convenience method that calls the method with same name and three arguments. |
byte[] |
Assembly.update(byte[] in,
int offset,
int length)
Processes a designated number of bytes from a given byte array. |
byte[] |
Assembly.lastUpdate()
Convenience method that calls the method with same name and three arguments using a 0-long byte array. |
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[] |
Assembly.lastUpdate(byte[] in)
Convenience method that calls the method with same name and 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 . |
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |