|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShortBufferException | |
| com.entrust.toolkit.security.provider | Contains classes that implement various signature algorithms and the Entrust Provider. |
| com.entrust.toolkit.util | Contains important high-level classes such as SecureStringBuffer and ManagerTransport. |
| iaik.security.dh | |
| javax.crypto | |
| Uses of ShortBufferException in com.entrust.toolkit.security.provider |
| Methods in com.entrust.toolkit.security.provider that throw ShortBufferException | |
protected int |
RSA.engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] eb,
int ebOffset)
This method returns part of a larger encryption operation. |
protected int |
RSA.engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
This method takes the keys provided during the initialization phase, and encrypts a block of data. |
protected int |
RSAPKCS11.engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] eb,
int ebOffset)
This method is supposed to return a chunk of a larger encryption. |
protected int |
RSAPKCS11.engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
This method takes the keys provided during the initialization phase, and encrypts a block of data. |
| Uses of ShortBufferException in com.entrust.toolkit.util |
| Methods in com.entrust.toolkit.util that throw ShortBufferException | |
static byte[] |
MacGenerator.generate(java.lang.String alg,
Key macKey,
byte[] message,
AlgorithmParameterSpec p)
Generates a MAC given a key, the message to MAC, and an AlgorithmParameterSpec (containing an init vector). |
static byte[] |
MacGenerator.generate(java.lang.String alg,
Key macKey,
byte[] message)
Generates a MAC given a key and the message to MAC. |
| Uses of ShortBufferException in iaik.security.dh |
| Methods in iaik.security.dh that throw ShortBufferException | |
int |
DHKeyAgreement.engineGenerateSecret(byte[] sharedSecret,
int offset)
Generates the shared secret finishing this DH key agreement procedure and writes it into the given byte array, beginning at the given offset position. |
| Uses of ShortBufferException in javax.crypto |
| Methods in javax.crypto that throw ShortBufferException | |
protected abstract int |
CipherSpi.engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
Performs the next step of a multi-step en/decryption operation. |
protected abstract int |
CipherSpi.engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
Performs the last step of a multi-step en/decryption operation or a single-step en/decryption operation by processing the given input data and any remaining buffered data. |
protected abstract int |
KeyAgreementSpi.engineGenerateSecret(byte[] sharedSecret,
int offset)
Generates the shared secret finishing this key agreement procedure and writes it into the given byte array, beginning at the given offset position. |
int |
Cipher.update(byte[] input,
int inputOffset,
int inputLen,
byte[] output)
Performs the next step of a multi-step en/decryption operation. |
int |
Cipher.update(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
Performs the next step of a multi-step en/decryption operation. |
int |
Cipher.doFinal(byte[] output,
int outputOffset)
Performs the last step of a multi-step en/decryption operation by processing any remaining buffered data. |
int |
Cipher.doFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output)
Performs the last step of a multi-step en/decryption operation or a single-step en/decryption operation by processing the given input data and any remaining buffered data. |
int |
Cipher.doFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
Performs the last step of a multi-step en/decryption operation or a single-step en/decryption operation by processing the given input data and any remaining buffered data. |
void |
Mac.doFinal(byte[] output,
int outOffset)
Finishes this MAC computation and writes the calculated MAC value to the given output byte array, beginning at the given position. |
int |
KeyAgreement.generateSecret(byte[] sharedSecret,
int offset)
Generates the shared secret finishing this key agreement procedure and writes it into the given byte array, beginning at the given offset position. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||