0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
0N/A<html>
0N/A<head>
0N/A <title></title>
0N/A</head>
0N/A<body>
0N/AProvides classes for implementing XML Encryption applications. There are two
0N/Amain families of classes in this package. The first group of classes is an
0N/AXML Schema to Java mapping of &nbsp;the complex types and elements of the
0N/AXML Encryption Schema as outllined at <a
0N/A href="http://www.w3.org/Encryption/2001/Drafts/xmlenc-core/">XML Encrtypyion
0N/ASpecification</a>. The second group of classes are used to perform encryption
0N/Aoperations, and to manipulate the first group of classes. The most important
0N/Aclasses in this second group is <code><a
0N/A href="file://com/sun/org/apache/xml/internal/security/encryption/XMLCipher.html">XMLCipher</a></code>,
0N/A<code><a
0N/A href="file://com/sun/org/apache/xml/internal/security/encryption/XMLEncryptionFactory.html">XMLEncryptionFactory</a></code>
0N/Aand <code>XMLSerializer</code>. <code>XMLCipher</code> was designed to resemble
0N/A<code>javax.crypto.Cipher</code>. The aforementioned classes were desinged
0N/Awith ease-of-use and configurability in mind. Becuase of this, the programmer
0N/Amay at times be exposed to lower level programming tasks. This library strives
0N/Ato be as simple as possible to use, but no simpler.<br>
0N/A<br>
0N/A</body>
0N/A</html>