|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
KeyInfo elements and structures.
See:
Description
| Interface | Description |
|---|---|
| KeyInfo | A representation of the XML KeyInfo element as defined in
the . |
| KeyName | A representation of the XML KeyName element as
defined in the . |
| KeyValue | A representation of the XML KeyValue element as defined
in the . |
| PGPData | A representation of the XML PGPData element as defined in
the . |
| RetrievalMethod | A representation of the XML RetrievalMethod element as
defined in the . |
| X509Data | A representation of the XML X509Data element as defined in
the . |
| X509IssuerSerial | A representation of the XML X509IssuerSerial element as
defined in the . |
| Class | Description |
|---|---|
| KeyInfoFactory | A factory for creating KeyInfo objects from scratch or for
unmarshalling a KeyInfo object from a corresponding XML
representation. |
Classes for parsing and processing KeyInfo elements and structures. KeyInfo is an optional element
that enables the recipient(s) to obtain the key needed to validate an
XMLSignature. KeyInfo
may contain keys, names, certificates and other public key management
information, such as in-band key distribution or key agreement data. This
package contains classes representing types defined in the W3C specification
for XML Signatures, such as
KeyName,
KeyValue,
RetrievalMethod,
X509Data,
X509IssuerSerial, and
PGPData.
KeyInfoFactory
is an abstract factory that creates KeyInfo objects from scratch.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.