Uses of Class javax.crypto.IllegalBlockSizeException

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

Methods which throw type javax.crypto.IllegalBlockSizeException

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 gnu.javax.crypto.jce.cipher

Methods which throw type javax.crypto.IllegalBlockSizeException

byte[]
ARCFourSpi.engineDoFinal(byte[] in, int offset, int length)
Finishes a multi-part transformation or transforms a portion of a byte array, and returns the transformed bytes.
int
ARCFourSpi.engineDoFinal(byte[] in, int inOffset, int length, byte[] out, int outOffset)
Finishes a multi-part transformation or transforms a portion of a byte array, and stores the transformed bytes in the supplied array.

Uses in package gnu.javax.crypto

Methods which throw type javax.crypto.IllegalBlockSizeException

int
RSACipherImpl.engineDoFinal(byte[] out, int offset)
byte[]
RSACipherImpl.engineDoFinal(byte[] in, int offset, int length)
int
RSACipherImpl.engineDoFinal(byte[] input, int offset, int length, byte[] output, int outputOffset)

Uses in package javax.crypto

Constructors which throw type javax.crypto.IllegalBlockSizeException

Create a new sealed object from a Serializable object and a cipher.

Methods which throw type javax.crypto.IllegalBlockSizeException

byte[]
Finishes a multi-part transformation, and returns the final transformed bytes.
byte[]
Cipher.doFinal(byte[] input)
Finishes a multi-part transformation or does an entire transformation on the input, and returns the transformed bytes.
int
Cipher.doFinal(byte[] output, int outputOffset)
Finishes a multi-part transformation and stores the transformed bytes into the given array.
byte[]
Cipher.doFinal(byte[] input, int inputOffset, int inputLength)
Finishes a multi-part transformation or does an entire transformation on the input, and returns the transformed bytes.
int
Cipher.doFinal(byte[] input, int inputOffset, int inputLength, byte[] output)
int
Cipher.doFinal(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset)
Finishes a multi-part transformation or transforms a portion of a byte array, and stores the result in the given byte array.
int
Finishes a multi-part transformation with, or completely transforms, a byte buffer, and stores the result into the output buffer.
byte[]
CipherSpi.engineDoFinal(byte[] input, int inputOffset, int inputLength)
Finishes a multi-part transformation or transforms a portion of a byte array, and returns the transformed bytes.
int
CipherSpi.engineDoFinal(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset)
Finishes a multi-part transformation or transforms a portion of a byte array, and stores the transformed bytes in the supplied array.
int
byte[]
Wrap a key.

For compatibility this method is not declared abstract, and the default implementation will throw an UnsupportedOperationException.

Object
Unseal and deserialize this sealed object with a specified (already initialized) cipher.
byte[]
Wrap a key.