| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| CanonicalizationMethod | A representation of the XML CanonicalizationMethodelement as defined in the 
 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| DigestMethod | A representation of the XML DigestMethodelement as 
 defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| Manifest | A representation of the XML Manifestelement as defined in 
 the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| Reference | A representation of the Referenceelement as defined in the 
 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| SignatureMethod | A representation of the XML SignatureMethodelement 
 as defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| SignatureProperties | A representation of the XML SignaturePropertieselement as 
 defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| SignatureProperty | A representation of the XML SignaturePropertyelement as 
 defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| SignedInfo | An representation of the XML SignedInfoelement as 
 defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| Transform | A representation of the XML Transformelement as 
 defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| XMLObject | A representation of the XML Objectelement as defined in
 the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| XMLSignature | A representation of the XML Signatureelement as 
 defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| XMLSignature.SignatureValue | A representation of the XML SignatureValueelement as 
 defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing. | 
| XMLSignContext | Contains context information for generating XML Signatures. | 
| XMLValidateContext | Contains context information for validating XML Signatures. | 
| Class Summary | |
|---|---|
| TransformService | A Service Provider Interface for transform and canonicalization algorithms. | 
| XMLSignatureFactory | A factory for creating XMLSignatureobjects from scratch or 
 for unmarshalling anXMLSignatureobject from a corresponding
 XML representation. | 
| Exception Summary | |
|---|---|
| TransformException | Indicates an exceptional condition that occured while executing a transform algorithm. | 
| XMLSignatureException | Indicates an exceptional condition that occured during the XML signature generation or validation process. | 
Classes for generating and validating XML digital
signatures. This package includes classes that represent the core elements 
defined in the W3C XML digital signature specification:
XMLSignature,
SignedInfo,
CanonicalizationMethod,
SignatureMethod,
Reference, 
DigestMethod,
XMLObject, 
Manifest,
SignatureProperties, and
SignatureProperty. 
KeyInfo types
are defined in the javax.xml.crypto.dsig.keyinfo subpackage.
XMLSignatureFactory
is an abstract factory that creates 
XMLSignature objects from scratch
or from a pre-existing XML representation, such as a DOM node.
TransformService is a service provider
interface for creating and plugging in implementations of
transform and canonicalization algorithms.
Of primary significance in this package is the 
XMLSignature class,
which allows you to sign and validate an XML digital signature.
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.