|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /usr/share/javadoc/cryptix-3.2.0/xjava/security/ |
Upload File : |
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "../../resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>IllegalBlockSizeException (cryptix JavaDoc)</title><script src="../../resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><meta name="keywords" content="xjava.security.IllegalBlockSizeException class"/><meta name="keywords" content="blockSize"/><meta name="keywords" content="dataSize"/><meta name="keywords" content="getBlockSize()"/><meta name="keywords" content="getDataSize()"/><link rel="stylesheet" type="text/css" href="../../resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="../../resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content class" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="../../overview-summary.html">Overview</a></span> <span class="navbar item enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../../alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="../../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../../about.html">About</a></span></div></td></tr><tr><td class="navi"><a href="../../xjava/security/IJCE_Traceable.html">Prev Class</a> | <a href="../../xjava/security/InvalidKeyFormatException.html">Next Class</a></td><td class="navi"><a href="../../index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="IllegalBlockSizeException.html" title="Show without frames" target="_top">No Frames</a> </td></tr><tr><td class="navi">Summary: Nested | <a href="#summary-fields">Field</a> | <a href="#summary-methods">Method</a> | <a href="#summary-constructors">Constr</a></td><td class="navi">Detail: Nested | <a href="#detail-fields">Field</a> | <a href="#detail-methods">Method</a> | <a href="#detail-constructors">Constr</a></td></tr></table><div class="class title outer"><h3 class="class title-package">xjava.security</h3><h1 class="class title-class">Class IllegalBlockSizeException</h1></div><div class="class inheritance-tree"><ul class="inheritance 0"><li class="inheritance 0"><code>RuntimeException</code></li><li><ul class="inheritance 1"><li class="inheritance 1"><code>xjava.security.IllegalBlockSizeException</code></li><li></li></ul></li></ul></div><hr/><div class="class synopsis outer"><div class="class synopsis declaration"><code>public class <b class="class synopsis name">IllegalBlockSizeException</b></code></div><div class="class synopsis superclass"><code>extends RuntimeException</code></div></div><hr/><div class="class description"> This exception is thrown when an incorrect block size is processed
through a cipher.
<p/>
<b>Copyright</b> © 1997
<a href="http://www.systemics.com/">Systemics Ltd</a> on behalf of the
<a href="http://www.systemics.com/docs/cryptix/">Cryptix Development Team</a>.
<br/>All rights reserved.
<p/><b>$Revision: 1.3 $</b>
</div><div class="taglet"><dl class="tag list"><dt class="tag section header"><b>Author:</b></dt><dd class="tag item">David Hopwood</dd></dl></div><div class="taglet"><dl class="tag list"><dt class="tag section header"><b>Since:</b></dt><dd>IJCE 1.0.0</dd></dl></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><a name="summary-fields" id="summary-fields"/><dl class="table container"><dd><table class="class summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Field Summary</h2></td></tr><tr><td class="left" valign="top"><code class="synopsis"> int</code></td><td class="right"><dl class="list"><dt class="synopsis"><code><a href="#blockSize">blockSize</a></code></dt><dd class="description"><span class="deprecated"><b class="deprecated header">Deprecated. </b><i class="deprecated">Use getBlockSize().</i><span class="deprecated"></dd></dl></td></tr><tr><td class="left" valign="top"><code class="synopsis"> int</code></td><td class="right"><dl class="list"><dt class="synopsis"><code><a href="#dataSize">dataSize</a></code></dt><dd class="description"><span class="deprecated"><b class="deprecated header">Deprecated. </b><i class="deprecated">Use getDataSize().</i><span class="deprecated"></dd></dl></td></tr></table></dd></dl><a name="summary-constructors" id="summary-constructors"/><dl class="table container"><dd><table class="class summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Constructor Summary</h2></td></tr><tr><td class="right"><dl class="list"><dt class="synopsis"><code><a href="#IllegalBlockSizeException(String)">IllegalBlockSizeException</a>(String message)</code></dt><dd class="description"> Constructs an IllegalBlockSizeException with the specified
detail message.</dd></dl></td></tr><tr><td class="right"><dl class="list"><dt class="synopsis"><code><a href="#IllegalBlockSizeException(int,int)">IllegalBlockSizeException</a>(int blockSize, int dataSize)</code></dt><dd class="description"> Constructs an IllegalBlockSizeException with the specified
block size and illegal data size.</dd></dl></td></tr><tr><td class="right"><dl class="list"><dt class="synopsis"><code><a href="#IllegalBlockSizeException(int,int,String)">IllegalBlockSizeException</a>(int blockSize, int dataSize, String message)</code></dt><dd class="description"> Constructs an IllegalBlockSizeException with the specified
block size, illegal data size, and detail message.</dd></dl></td></tr></table></dd></dl><a name="summary-methods" id="summary-methods"/><dl class="table container"><dd><table class="class summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Method Summary</h2></td></tr><tr><td class="left" valign="top"><code class="synopsis"> int</code></td><td class="right"><dl class="list"><dt class="synopsis"><code><a href="#getBlockSize()">getBlockSize</a>()</code></dt><dd class="description"> Gets the block size of the cipher (or 0 if this was not set).</dd></dl></td></tr><tr><td class="left" valign="top"><code class="synopsis"> int</code></td><td class="right"><dl class="list"><dt class="synopsis"><code><a href="#getDataSize()">getDataSize</a>()</code></dt><dd class="description"> Gets the size of the data passed to the cipher (or 0 if this
was not set).</dd></dl></td></tr></table></dd></dl><a name="detail-fields" id="detail-fields"/><h2 class="section header">Field Details</h2><div class="section"><a name="blockSize" id="blockSize"/><div class="member detail outer"><h3 class="member detail name">blockSize</h3><pre class="member detail synopsis">public int blockSize</pre><blockquote class="member detail name"><p class="deprecated"><b class="deprecated header">Deprecated. </b><i class="deprecated">Use getBlockSize().</i><p class="deprecated"><div class="member detail description"> The block size of the cipher.
</div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div></blockquote></div><hr/><a name="dataSize" id="dataSize"/><div class="member detail outer"><h3 class="member detail name">dataSize</h3><pre class="member detail synopsis">public int dataSize</pre><blockquote class="member detail name"><p class="deprecated"><b class="deprecated header">Deprecated. </b><i class="deprecated">Use getDataSize().</i><p class="deprecated"><div class="member detail description"> The size of the data passed to the cipher.
</div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div></blockquote></div></div><a name="detail-constructors" id="detail-constructors"/><h2 class="section header">Constructor Details</h2><div class="section"><a name="IllegalBlockSizeException(String)" id="IllegalBlockSizeException(String)"/><div class="member detail outer"><h3 class="member detail name">IllegalBlockSizeException</h3><pre class="member detail synopsis">public IllegalBlockSizeException(String message)</pre><blockquote class="member detail name"><div class="member detail description"> Constructs an IllegalBlockSizeException with the specified
detail message. A detail message is a String that describes
this particular exception.
</div><div class="parameter"><dl><dt class="header"><b>Parameters:</b></dt><dd class="item"><code class="name">message</code><span class="separator"> - </span><span class="description">the detail message.</span></dd></dl></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div></blockquote></div><hr/><a name="IllegalBlockSizeException(int,int)" id="IllegalBlockSizeException(int,int)"/><div class="member detail outer"><h3 class="member detail name">IllegalBlockSizeException</h3><pre class="member detail synopsis">public IllegalBlockSizeException(int blockSize,
int dataSize)</pre><blockquote class="member detail name"><div class="member detail description"> Constructs an IllegalBlockSizeException with the specified
block size and illegal data size.
<p/>
The detail message is set to <code>"blockSize = " +
blockSize + ", dataSize = " + dataSize</code>.
</div><div class="parameter"><dl><dt class="header"><b>Parameters:</b></dt><dd class="item"><code class="name">blockSize</code><span class="separator"> - </span><span class="description">the block size of the cipher.</span></dd><dd class="item"><code class="name">dataSize</code><span class="separator"> - </span><span class="description">the illegal size of the data passed to the cipher.</span></dd></dl></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div></blockquote></div><hr/><a name="IllegalBlockSizeException(int,int,String)" id="IllegalBlockSizeException(int,int,String)"/><div class="member detail outer"><h3 class="member detail name">IllegalBlockSizeException</h3><pre class="member detail synopsis">public IllegalBlockSizeException(int blockSize,
int dataSize,
String message)</pre><blockquote class="member detail name"><div class="member detail description"> Constructs an IllegalBlockSizeException with the specified
block size, illegal data size, and detail message.
<p/>
<strong><a href="../guide/ijce/JCEDifferences.html">This constructor
is not supported in JavaSoft's version of JCE.</a></strong>
</div><div class="parameter"><dl><dt class="header"><b>Parameters:</b></dt><dd class="item"><code class="name">blockSize</code><span class="separator"> - </span><span class="description">the block size of the cipher.</span></dd><dd class="item"><code class="name">dataSize</code><span class="separator"> - </span><span class="description">the illegal size of the data passed to the cipher.</span></dd><dd class="item"><code class="name">message</code><span class="separator"> - </span><span class="description">the detail message.</span></dd></dl></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div></blockquote></div></div><a name="detail-methods" id="detail-methods"/><h2 class="section header">Method Details</h2><div class="section"><a name="getBlockSize()" id="getBlockSize()"/><div class="member detail outer"><h3 class="member detail name">getBlockSize</h3><pre class="member detail synopsis">public int getBlockSize()</pre><blockquote class="member detail name"><div class="member detail description"> Gets the block size of the cipher (or 0 if this was not set).
<p/>
<strong><a href="../guide/ijce/JCEDifferences.html">This method
is not supported in JavaSoft's version of JCE.</a></strong>
</div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div></blockquote></div><hr/><a name="getDataSize()" id="getDataSize()"/><div class="member detail outer"><h3 class="member detail name">getDataSize</h3><pre class="member detail synopsis">public int getDataSize()</pre><blockquote class="member detail name"><div class="member detail description"> Gets the size of the data passed to the cipher (or 0 if this
was not set).
<p/>
<strong><a href="../guide/ijce/JCEDifferences.html">This method
is not supported in JavaSoft's version of JCE.</a></strong>
</div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div><div class="taglet"></div></blockquote></div></div><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="../../overview-summary.html">Overview</a></span> <span class="navbar item enabled"><a href="package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="tree.html">Tree</a></span> <span class="navbar item enabled"><a href="../../alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="../../deprecated.html">Deprecated</a></span> <span class="navbar item enabled"><a href="../../about.html">About</a></span></div></td></tr></table></body></html>