Uses of Class javax.crypto.BadPaddingException

Uses in package gnu.javax.crypto.jce.cipher

Methods which throw type javax.crypto.BadPaddingException

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.BadPaddingException

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

Methods which throw type javax.crypto.BadPaddingException

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
Object
Unseal and deserialize this sealed object with a specified (already initialized) cipher.