Uses of Class
javax.crypto.BadPaddingException
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.apache.harmony.crypto.internal | |
| org.bouncycastle.jcajce.provider.asymmetric.rsa | |
| org.bouncycastle.jcajce.provider.symmetric.util | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of BadPaddingException in javax.crypto
Subclasses of BadPaddingException in javax.crypto Modifier and Type Class Description classAEADBadTagExceptionThrown by aCipherthat is using an Authenticated Encryption with Additional Data (AEAD) mode such as Galois/Counter Mode (GCM) and the tag failed verification.Methods in javax.crypto that throw BadPaddingException Modifier and Type Method Description byte[]Cipher. doFinal()Finishes a multi-part transformation (encryption or decryption).byte[]Cipher. doFinal(byte[] input)Finishes a multi-part transformation (encryption or decryption).intCipher. doFinal(byte[] output, int outputOffset)Finishes a multi-part transformation (encryption or decryption).byte[]Cipher. doFinal(byte[] input, int inputOffset, int inputLen)Finishes a multi-part transformation (encryption or decryption).intCipher. doFinal(byte[] input, int inputOffset, int inputLen, byte[] output)Finishes a multi-part transformation (encryption or decryption).intCipher. doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)Finishes a multi-part transformation (encryption or decryption).intCipher. doFinal(ByteBuffer input, ByteBuffer output)Finishes a multi-part transformation (encryption or decryption).protected abstract byte[]CipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen)Finishes a multi-part transformation (encryption or decryption).protected abstract intCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)Finishes a multi-part transformation (encryption or decryption).protected intCipherSpi. engineDoFinal(ByteBuffer input, ByteBuffer output)Finishes a multi-part transformation (encryption or decryption).ObjectSealedObject. getObject(Cipher c)Returns the wrapped object, decrypting it using the specified cipher. -
Uses of BadPaddingException in org.apache.harmony.crypto.internal
Methods in org.apache.harmony.crypto.internal that throw BadPaddingException Modifier and Type Method Description byte[]NullCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen)intNullCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)intNullCipherSpi. engineDoFinal(ByteBuffer input, ByteBuffer output) -
Uses of BadPaddingException in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa that throw BadPaddingException Modifier and Type Method Description protected byte[]CipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) -
Uses of BadPaddingException in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util that throw BadPaddingException Modifier and Type Method Description protected byte[]BaseBlockCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intBaseBlockCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected byte[]BaseWrapCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intBaseWrapCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) -
Uses of BadPaddingException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw BadPaddingException Modifier and Type Method Description protected byte[]JCEStreamCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intJCEStreamCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) -
Uses of BadPaddingException in org.conscrypt
Methods in org.conscrypt that throw BadPaddingException Modifier and Type Method Description protected byte[]OpenSSLCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intOpenSSLCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected byte[]OpenSSLCipherRSA. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected intOpenSSLCipherRSA. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)static intNativeCrypto. EVP_CipherFinal_ex(long ctx, byte[] out, int outOffset)static intNativeCrypto. RSA_private_decrypt(int flen, byte[] from, byte[] to, long pkey, int padding)static intNativeCrypto. RSA_public_decrypt(int flen, byte[] from, byte[] to, long pkey, int padding)