|
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>xjava.security (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 packages"/><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 package" 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 active">Package</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/lang/package-summary.html">Prev Package</a> | <a href="../../xjava/security/interfaces/package-summary.html">Next Package</a></td><td class="navi"><a href="../../index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="package-summary.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="package title">Package xjava.security</h1><div class="package description top"></div><dl class="table container"><dd><table class="package summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Interface Summary</h2></td></tr><tr><td class="left"><a href="../../xjava/security/AsymmetricCipher.html" title="Interface in xjava.security">AsymmetricCipher</a></td><td class="right"> This interface is implemented by asymmetric (public-key) ciphers.</td></tr><tr><td class="left"><a href="../../xjava/security/ExtendedKeyGenerator.html" title="Interface in xjava.security">ExtendedKeyGenerator</a></td><td class="right"> The KeyGenerator class in JavaSoft's original version of JCE
does not provide these essential features:
<ul><li> ability to set key lengths, for algorithms that support
more than one length.</li></ul></td></tr><tr><td class="left"><a href="../../xjava/security/FeedbackCipher.html" title="Interface in xjava.security">FeedbackCipher</a></td><td class="right"> An interface implemented by algorithms that use feedback.</td></tr><tr><td class="left"><a href="../../xjava/security/Padding.html" title="Interface in xjava.security">Padding</a></td><td class="right"> Padding is the interface defined by JavaSoft's JCE to be implemented
by classes that provide a general-purpose padding scheme.</td></tr><tr><td class="left"><a href="../../xjava/security/Parameterized.html" title="Interface in xjava.security">Parameterized</a></td><td class="right"> This interface is implemented by algorithm objects that may be
parameterized (i.e.</td></tr><tr><td class="left"><a href="../../xjava/security/SecretKey.html" title="Interface in xjava.security">SecretKey</a></td><td class="right"> A secret key.</td></tr><tr><td class="left"><a href="../../xjava/security/SymmetricCipher.html" title="Interface in xjava.security">SymmetricCipher</a></td><td class="right"> This interface is implemented by symmetric ciphers.</td></tr><tr><td class="left"><a href="../../xjava/security/VariableLengthDigest.html" title="Interface in xjava.security">VariableLengthDigest</a></td><td class="right"> This interface defines the additional API for MessageDigest classes that
have a variable-length output.</td></tr></table></dd></dl>
<dl class="table container"><dd><table class="package summary" border="1" width="100%"><tr class="table header"><td colspan="2"><h2 class="table header">Class Summary</h2></td></tr><tr><td class="left"><a href="../../xjava/security/Cipher.html" title="Class in xjava.security">Cipher</a></td><td class="right"> This class is used to provide the functionality of a general purpose
encryption algorithm, such as DES or RSA.</td></tr><tr><td class="left"><a href="../../xjava/security/CipherInputStream.html" title="Class in xjava.security">CipherInputStream</a></td><td class="right"> A FilterInputStream that encrypts or decrypts the data passing through
it.</td></tr><tr><td class="left"><a href="../../xjava/security/CipherOutputStream.html" title="Class in xjava.security">CipherOutputStream</a></td><td class="right"> A FilterOutputStream that encrypts or decrypts the data passing
through it.</td></tr><tr><td class="left"><a href="../../xjava/security/GeneralSecurityException.html" title="Class in xjava.security">GeneralSecurityException</a></td><td class="right"> This is the general security exception class, which serves to group all
the exception classes of the <samp>java.security</samp> package that extend
from it.</td></tr><tr><td class="left"><a href="../../xjava/security/IJCE.html" title="Class in xjava.security">IJCE</a></td><td class="right"> The IJCE class provides an interface to features that were not present
in JavaSoft's initial version of JCE.</td></tr><tr><td class="left"><a href="../../xjava/security/IJCE_Java10Support.html" title="Class in xjava.security">IJCE_Java10Support</a></td><td class="right"> Reimplements methods supported only in Java 1.1.</td></tr><tr><td class="left"><a href="../../xjava/security/IJCE_Properties.html" title="Class in xjava.security">IJCE_Properties</a></td><td class="right"> This is a support class providing facilities needed to load and manage
properties.</td></tr><tr><td class="left"><a href="../../xjava/security/IJCE_SecuritySupport.html" title="Class in xjava.security">IJCE_SecuritySupport</a></td><td class="right"> This class is used to make any security checks needed by IJCE (for example
when adding and removing security providers).</td></tr><tr><td class="left"><a href="../../xjava/security/IJCE_Traceable.html" title="Class in xjava.security">IJCE_Traceable</a></td><td class="right"> This class is extended by Java Security classes that allow tracing of
calls to SPI methods.</td></tr><tr><td class="left"><a href="../../xjava/security/IllegalBlockSizeException.html" title="Class in xjava.security">IllegalBlockSizeException</a></td><td class="right"> This exception is thrown when an incorrect block size is processed
through a cipher.</td></tr><tr><td class="left"><a href="../../xjava/security/InvalidKeyFormatException.html" title="Class in xjava.security">InvalidKeyFormatException</a></td><td class="right"> InvalidKeyFormatException is thrown when a key format is not recognized.</td></tr><tr><td class="left"><a href="../../xjava/security/InvalidParameterTypeException.html" title="Class in xjava.security">InvalidParameterTypeException</a></td><td class="right"> This is the exception for invalid parameter types.</td></tr><tr><td class="left"><a href="../../xjava/security/KeyGenerator.html" title="Class in xjava.security">KeyGenerator</a></td><td class="right"> The KeyGenerator class is used to generate keys for a given
algorithm.</td></tr><tr><td class="left"><a href="../../xjava/security/Mode.html" title="Class in xjava.security">Mode</a></td><td class="right"> This class is used to provide the functionality of an encryption
mode, such as CBC, CFB, or OFB.</td></tr><tr><td class="left"><a href="../../xjava/security/NoSuchParameterException.html" title="Class in xjava.security">NoSuchParameterException</a></td><td class="right"> NoSuchParameterException is thrown when a particular parameter is not
available in an algorithm parameter set.</td></tr><tr><td class="left"><a href="../../xjava/security/PaddingScheme.html" title="Class in xjava.security">PaddingScheme</a></td><td class="right"> This class is extended by classes that provide a general-purpose
padding scheme, such as the ones described in PKCS #5 or in RFC 1423
(PEM).</td></tr><tr><td class="left"><a href="../../xjava/security/WeakKeyException.html" title="Class in xjava.security">WeakKeyException</a></td><td class="right"> WeakKeyException is thrown when a weak key would have been generated
(e.g.</td></tr></table></dd></dl>
<a name="description" id="description"/><div class="package description full"></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 active">Package</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>