jdk/src/share/classes/javax/xml/crypto/dsig/package.html
author ohair
Wed, 26 May 2010 20:28:04 -0700
changeset 5551 327690766109
parent 5506 202f599c92aa
permissions -rw-r--r--
6956202: Fix a few missed rebranding issues, please contact lines etc. Reviewed-by: jjg, darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<!--
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     4
Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    11
by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
5551
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    23
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    24
or visit www.oracle.com if you need additional information or have any
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    25
questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
</head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
<body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
Classes for generating and validating XML digital
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
signatures. This package includes classes that represent the core elements 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
defined in the W3C XML digital signature specification:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
{@link javax.xml.crypto.dsig.XMLSignature XMLSignature},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
{@link javax.xml.crypto.dsig.SignedInfo SignedInfo},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
{@link javax.xml.crypto.dsig.CanonicalizationMethod CanonicalizationMethod},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
{@link javax.xml.crypto.dsig.SignatureMethod SignatureMethod},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
{@link javax.xml.crypto.dsig.Reference Reference}, 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
{@link javax.xml.crypto.dsig.DigestMethod DigestMethod},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
{@link javax.xml.crypto.dsig.XMLObject XMLObject}, 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
{@link javax.xml.crypto.dsig.Manifest Manifest},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
{@link javax.xml.crypto.dsig.SignatureProperties SignatureProperties}, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
{@link javax.xml.crypto.dsig.SignatureProperty SignatureProperty}. 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
<code>KeyInfo</code> types
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
are defined in the {@link javax.xml.crypto.dsig.keyinfo} subpackage.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
{@link javax.xml.crypto.dsig.XMLSignatureFactory XMLSignatureFactory}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
is an abstract factory that creates 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
{@link javax.xml.crypto.dsig.XMLSignature XMLSignature} objects from scratch
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
or from a pre-existing XML representation, such as a DOM node.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
{@link javax.xml.crypto.dsig.TransformService} is a service provider
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
interface for creating and plugging in implementations of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
transform and canonicalization algorithms.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
<p>Of primary significance in this package is the 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
{@link javax.xml.crypto.dsig.XMLSignature XMLSignature} class,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
which allows you to sign and validate an XML digital signature.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
<h2>Package Specification</h2>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
<ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
<li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
<a href="http://www.w3.org/TR/xmldsig-core/">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
XML-Signature Syntax and Processing: W3C Recommendation</a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
<li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
<a href="http://www.ietf.org/rfc/rfc3275.txt">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
RFC 3275: XML-Signature Syntax and Processing</a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
</ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
<dl>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
<dt><b>Since:</b></dt>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
  <dd>1.6</dd>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
</dl>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
</html>