March 2005
Intermediate to advanced
1254 pages
104h 21m
English
IllegalBlockSizeException
Signals
that the length of data provided to a block cipher (as implemented,
for example, by Cipher and
SealedObject) does not match the block size for
the cipher.
Figure 17-5. javax.crypto.IllegalBlockSizeException
public class IllegalBlockSizeException extends java.security.GeneralSecurityException { // Public Constructors public IllegalBlockSizeException( ); public IllegalBlockSizeException(String msg); }
Cipher.{doFinal( ), wrap( )},
CipherSpi.{engineDoFinal( ), engineWrap(
)}, SealedObject.{getObject( ),
SealedObject( )}