0N/A<html>
0N/A<head>
0N/A<!--
2362N/ACopyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
0N/ADO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A
0N/AThis code is free software; you can redistribute it and/or modify it
0N/Aunder the terms of the GNU General Public License version 2 only, as
2362N/Apublished by the Free Software Foundation. Oracle designates this
0N/Aparticular file as subject to the "Classpath" exception as provided
2362N/Aby Oracle in the LICENSE file that accompanied this code.
0N/A
0N/AThis code is distributed in the hope that it will be useful, but WITHOUT
0N/AANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/AFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/Aversion 2 for more details (a copy is included in the LICENSE file that
0N/Aaccompanied this code).
0N/A
0N/AYou should have received a copy of the GNU General Public License version
0N/A2 along with this work; if not, write to the Free Software Foundation,
0N/AInc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A
2365N/APlease contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2365N/Aor visit www.oracle.com if you need additional information or have any
2365N/Aquestions.
0N/A-->
0N/A
0N/A</head>
0N/A<body>
0N/AClasses for parsing and processing {@link javax.xml.crypto.dsig.keyinfo.KeyInfo
0N/AKeyInfo} elements and structures. <code>KeyInfo</code> is an optional element
0N/Athat enables the recipient(s) to obtain the key needed to validate an
0N/A{@link javax.xml.crypto.dsig.XMLSignature XMLSignature}. <code>KeyInfo</code>
0N/Amay contain keys, names, certificates and other public key management
0N/Ainformation, such as in-band key distribution or key agreement data. This
0N/Apackage contains classes representing types defined in the W3C specification
0N/Afor XML Signatures, such as
0N/A{@link javax.xml.crypto.dsig.keyinfo.KeyName KeyName},
0N/A{@link javax.xml.crypto.dsig.keyinfo.KeyValue KeyValue},
0N/A{@link javax.xml.crypto.dsig.keyinfo.RetrievalMethod RetrievalMethod},
0N/A{@link javax.xml.crypto.dsig.keyinfo.X509Data X509Data},
0N/A{@link javax.xml.crypto.dsig.keyinfo.X509IssuerSerial X509IssuerSerial}, and
0N/A{@link javax.xml.crypto.dsig.keyinfo.PGPData PGPData}.
0N/A{@link javax.xml.crypto.dsig.keyinfo.KeyInfoFactory KeyInfoFactory}
0N/Ais an abstract factory that creates <code>KeyInfo</code> objects from scratch.
0N/A
0N/A<h2>Package Specification</h2>
0N/A
0N/A<ul>
0N/A<li>
0N/A<a href="http://www.w3.org/TR/xmldsig-core/">
0N/AXML-Signature Syntax and Processing: W3C Recommendation</a>
0N/A<li>
0N/A<a href="http://www.ietf.org/rfc/rfc3275.txt">
0N/ARFC 3275: XML-Signature Syntax and Processing</a>
0N/A</ul>
0N/A
0N/A<p>
0N/A<dl>
0N/A<dt><b>Since:</b></dt>
0N/A <dd>1.6</dd>
0N/A</dl>
0N/A
0N/A</body>
0N/A</html>