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

Interface Summary
AlgorithmMethod An abstract representation of an algorithm defined in the XML Security specifications.
Data An abstract representation of the result of dereferencing a javax.xml.crypto.URIReference or the input/output of subsequent javax.xml.crypto.dsig.Transforms.
KeySelectorResult The result returned by the javax.xml.crypto.KeySelector.select method.
NodeSetData An abstract representation of a Data type containing a node-set.
URIDereferencer A dereferencer of javax.xml.crypto.URIReferences.
URIReference Identifies a data object via a URI-Reference, as specified by RFC 2396.
XMLCryptoContext Contains common context information for XML cryptographic operations.
XMLStructure A representation of an XML structure from any namespace.
 

Class Summary
KeySelector A selector that finds and returns a key using the data contained in a javax.xml.crypto.dsig.keyinfo.KeyInfo object.
KeySelector.Purpose The purpose of the key that is to be selected.
OctetStreamData A representation of a Data type containing an octet stream.
 

Exception Summary
KeySelectorException Indicates an exceptional condition thrown by a javax.xml.crypto.KeySelector.
MarshalException Indicates an exceptional condition that occured during the XML marshalling or unmarshalling process.
NoSuchMechanismException This exception is thrown when a particular XML mechanism is requested but is not available in the environment.
URIReferenceException Indicates an exceptional condition thrown while dereferencing a javax.xml.crypto.URIReference.
 



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/.