Uses of Class javax.crypto.BadPaddingException

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.