Uses of Class
javax.crypto.ShortBufferException
| 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.dh | |
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jcajce.provider.symmetric.util | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of ShortBufferException in javax.crypto
Methods in javax.crypto that throw ShortBufferException Modifier and Type Method Description intCipher. doFinal(byte[] output, int outputOffset)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).voidMac. doFinal(byte[] output, int outOffset)Computes the digest of this MAC based on the data previously specified inMac.update(byte)calls and stores the digest in the specifiedoutputbuffer at offsetoutOffset.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 abstract intKeyAgreementSpi. engineGenerateSecret(byte[] sharedSecret, int offset)Generates the shared secret and stores it into the buffersharedSecredatoffset.protected abstract intExemptionMechanismSpi. engineGenExemptionBlob(byte[] output, int outputOffset)Generates the result key blob for this exemption mechanism and stores it into theoutputbuffer at offsetoutputOffset.protected abstract intCipherSpi. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)Continues a multi-part transformation (encryption or decryption).protected intCipherSpi. engineUpdate(ByteBuffer input, ByteBuffer output)Continues a multi-part transformation (encryption or decryption).intKeyAgreement. generateSecret(byte[] sharedSecret, int offset)Generates the shared secret and stores it into the buffersharedSecredatoffset.intExemptionMechanism. genExemptionBlob(byte[] output)Generates the result key blob for this exemption mechanism and stores it into theoutputbuffer.intExemptionMechanism. genExemptionBlob(byte[] output, int outputOffset)Generates the result key blob for this exemption mechanism and stores it into theoutputbuffer at offsetoutputOffset.intCipher. update(byte[] input, int inputOffset, int inputLen, byte[] output)Continues a multi-part transformation (encryption or decryption).intCipher. update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)Continues a multi-part transformation (encryption or decryption).intCipher. update(ByteBuffer input, ByteBuffer output)Continues a multi-part transformation (encryption or decryption). -
Uses of ShortBufferException in org.apache.harmony.crypto.internal
Methods in org.apache.harmony.crypto.internal that throw ShortBufferException Modifier and Type Method Description intNullCipherSpi. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)intNullCipherSpi. engineDoFinal(ByteBuffer input, ByteBuffer output)intNullCipherSpi. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)intNullCipherSpi. engineUpdate(ByteBuffer input, ByteBuffer output) -
Uses of ShortBufferException in org.bouncycastle.jcajce.provider.asymmetric.dh
Methods in org.bouncycastle.jcajce.provider.asymmetric.dh that throw ShortBufferException Modifier and Type Method Description protected intKeyAgreementSpi. engineGenerateSecret(byte[] sharedSecret, int offset) -
Uses of ShortBufferException in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that throw ShortBufferException Modifier and Type Method Description protected intKeyAgreementSpi. engineGenerateSecret(byte[] sharedSecret, int offset) -
Uses of ShortBufferException in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util that throw ShortBufferException Modifier and Type Method Description protected intBaseBlockCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected intBaseWrapCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected intBaseBlockCipher. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected intBaseStreamCipher. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected intBaseWrapCipher. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) -
Uses of ShortBufferException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw ShortBufferException Modifier and Type Method Description protected intJCEStreamCipher. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) -
Uses of ShortBufferException in org.conscrypt
Methods in org.conscrypt that throw ShortBufferException Modifier and Type Method Description protected intOpenSSLCipher. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected intOpenSSLCipherRSA. engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected intOpenSSLECDHKeyAgreement. engineGenerateSecret(byte[] sharedSecret, int offset)protected intOpenSSLCipher. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)protected intOpenSSLCipherRSA. engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)