Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
javax.crypto.IllegalBlockSizeException

Packages that use IllegalBlockSizeException
Package Description
javax.crypto Provides the classes and interfaces for cryptographic operations. 
 

Uses of IllegalBlockSizeException in javax.crypto
 

Methods in javax.crypto that throw IllegalBlockSizeException
Modifier and Type Method and Description
 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
Constructor and Description
SealedObject(Serializable object, Cipher c)
          Constructs a SealedObject from any Serializable object.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.