This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.xml.crypto.dsig

Interface Summary
CanonicalizationMethod A representation of the XML CanonicalizationMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
DigestMethod A representation of the XML DigestMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Manifest A representation of the XML Manifest element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Reference A representation of the Reference element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
SignatureMethod A representation of the XML SignatureMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
SignatureProperties A representation of the XML SignatureProperties element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
SignatureProperty A representation of the XML SignatureProperty element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
SignedInfo An representation of the XML SignedInfo element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Transform A representation of the XML Transform element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
XMLObject A representation of the XML Object element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
XMLSignature A representation of the XML Signature element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
XMLSignature.SignatureValue A representation of the XML SignatureValue element 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 javax.xml.crypto.dsig.XMLSignature objects from scratch or for unmarshalling an XMLSignature object 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.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.