|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortBufferException | |
javax.crypto | Provides the classes and interfaces for cryptographic operations. |
Uses of ShortBufferException in javax.crypto |
Methods in javax.crypto that throw ShortBufferException | |
int |
Cipher.update(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part. |
int |
Cipher.doFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. |
|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |