src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/encryption/package.html
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 25859 jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/encryption/package.html@3317bb8137f4
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
  <title></title>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
<body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
Provides classes for implementing XML Encryption applications. There are two
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
main families of classes in this package. The first group of classes is an
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
XML Schema to Java mapping of &nbsp;the complex types and elements of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
XML Encryption Schema as outllined at <a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 href="http://www.w3.org/Encryption/2001/Drafts/xmlenc-core/">XML Encrtypyion
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
Specification</a>. The second group of classes are used to perform encryption
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
operations, and to manipulate the first group of classes. The most important
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
classes in this second group is <code><a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 href="file://./com/sun/org/apache/xml/internal/security/encryption/XMLCipher.html">XMLCipher</a></code>,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
<code><a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 href="file://./com/sun/org/apache/xml/internal/security/encryption/XMLEncryptionFactory.html">XMLEncryptionFactory</a></code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
and <code>XMLSerializer</code>. <code>XMLCipher</code> was designed to resemble
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
<code>javax.crypto.Cipher</code>. The aforementioned classes were desinged
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
with ease-of-use and configurability in mind. Becuase of this, the programmer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
may at times be exposed to lower level programming tasks. This library strives
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
to be as simple as possible to use, but no simpler.<br>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
<br>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
</html>