Uses of Class
javax.crypto.IllegalBlockSizeException
| 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.asymmetric.util | |
| org.bouncycastle.jcajce.provider.symmetric.util | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of IllegalBlockSizeException in javax.crypto
Methods in javax.crypto that throw IllegalBlockSizeException 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).protected byte[]CipherSpi. engineWrap(Key key)Wraps a key using this cipher instance.ObjectSealedObject. getObject(Cipher c)Returns the wrapped object, decrypting it using the specified cipher.byte[]Cipher. wrap(Key key)Wraps a key using this cipher instance.Constructors in javax.crypto that throw IllegalBlockSizeException Constructor Description SealedObject(Serializable object, Cipher c)Creates a newSealedObjectinstance wrapping the specified object and sealing it using the specified cipher. -
Uses of IllegalBlockSizeException in org.apache.harmony.crypto.internal
Methods in org.apache.harmony.crypto.internal that throw IllegalBlockSizeException 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)byte[]NullCipherSpi. engineWrap(Key key) -
Uses of IllegalBlockSizeException in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa that throw IllegalBlockSizeException 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 IllegalBlockSizeException in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that throw IllegalBlockSizeException Modifier and Type Method Description protected byte[]BaseCipherSpi. engineWrap(Key key) -
Uses of IllegalBlockSizeException in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util that throw IllegalBlockSizeException 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)protected byte[]BaseWrapCipher. engineWrap(Key key) -
Uses of IllegalBlockSizeException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw IllegalBlockSizeException Modifier and Type Method Description protected byte[]JCEStreamCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen)protected byte[]JCEStreamCipher. engineWrap(Key key) -
Uses of IllegalBlockSizeException in org.conscrypt
Methods in org.conscrypt that throw IllegalBlockSizeException 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)protected byte[]OpenSSLCipher. engineWrap(Key key)protected byte[]OpenSSLCipherRSA. engineWrap(Key key)static intNativeCrypto. EVP_CipherFinal_ex(long ctx, byte[] out, int outOffset)