Uses of Class java.util.zip.DataFormatException

Uses in package gnu.javax.net.ssl.provider

Methods which throw type java.util.zip.DataFormatException

int
Decrypt a record, storing the decrypted fragment into the given growable buffer.
int
InputSecurityParameters.decrypt(Record record, ByteBuffer[] output, int offset, int length)
Decrypt a record, storing the decrypted fragment into the given array of byte buffers.
int[]
OutputSecurityParameters.encrypt(ByteBuffer[] input, int offset, int length, ContentType contentType, ByteBuffer output)
Encrypt a record, storing the result in the given output buffer.

Uses in package java.util.zip

Methods which throw type java.util.zip.DataFormatException

int
Inflater.inflate(byte[] buf)
Inflates the compressed stream to the output buffer.
int
Inflater.inflate(byte[] buf, int off, int len)
Inflates the compressed stream to the output buffer.