| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalBlockSizeException | |
|---|---|
| javax.crypto | Provides the classes and interfaces for cryptographic operations. | 
| Uses of IllegalBlockSizeException in javax.crypto | 
|---|
| Methods in javax.crypto that throw IllegalBlockSizeException | |
|---|---|
|  byte[] | Cipher.doFinal()Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized. | 
|  byte[] | Cipher.doFinal(byte[] input)Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. | 
|  int | Cipher.doFinal(byte[] output,
        int outputOffset)Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized. | 
|  byte[] | Cipher.doFinal(byte[] input,
        int inputOffset,
        int inputLen)Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. | 
|  int | Cipher.doFinal(byte[] input,
        int inputOffset,
        int inputLen,
        byte[] output)Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. | 
|  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. | 
|  int | Cipher.doFinal(ByteBuffer input,
        ByteBuffer output)Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. | 
| protected abstract  byte[] | CipherSpi.engineDoFinal(byte[] input,
              int inputOffset,
              int inputLen)Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. | 
| protected abstract  int | CipherSpi.engineDoFinal(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. | 
| protected  int | CipherSpi.engineDoFinal(ByteBuffer input,
              ByteBuffer output)Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation. | 
| protected  byte[] | CipherSpi.engineWrap(Key key)Wrap a key. | 
|  Object | SealedObject.getObject(Cipher c)Retrieves the original (encapsulated) object. | 
|  byte[] | Cipher.wrap(Key key)Wrap a key. | 
| Constructors in javax.crypto that throw IllegalBlockSizeException | |
|---|---|
| SealedObject(Serializable object,
             Cipher c)Constructs a SealedObject from any Serializable object. | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.