API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. CanonicalizationMethod View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      Transform
          CanonicalizationMethod
Subinterfaces
Description
public interface CanonicalizationMethod
  A representation of the XML CanonicalizationMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public AlgorithmParameterSpec getParameterSpec () [Specified in Transform]
  Returns the algorithm-specific input parameters associated with this CanonicalizationMethod.
Fields
Hide/Show inherited fields
publicfinalstatic String BASE64 = "http://www.w3.org/2000/09/xmldsig#base64" [Inherited From Transform]
The Base64 transform algorithm URI.
publicfinalstatic String ENVELOPED = "http://www.w3.org/2000/09/xmldsig#enveloped-signature" [Inherited From Transform]
The Enveloped Signature transform algorithm URI.
publicfinalstatic String EXCLUSIVE = "http://www.w3.org/2001/10/xml-exc-c14n#"
The Exclusive Canonical XML (without comments) canonicalization method algorithm URI.
publicfinalstatic String EXCLUSIVE_WITH_COMMENTS = "http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
The Exclusive Canonical XML with comments canonicalization method algorithm URI.
publicfinalstatic String INCLUSIVE = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
The Canonical XML (without comments) canonicalization method algorithm URI.
publicfinalstatic String INCLUSIVE_WITH_COMMENTS = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"
The Canonical XML with comments canonicalization method algorithm URI.
publicfinalstatic String XPATH = "http://www.w3.org/TR/1999/REC-xpath-19991116" [Inherited From Transform]
The XPath transform algorithm URI.
publicfinalstatic String XPATH2 = "http://www.w3.org/2002/06/xmldsig-filter2" [Inherited From Transform]
The XPath Filter 2 transform algorithm URI.
publicfinalstatic String XSLT = "http://www.w3.org/TR/1999/REC-xslt-19991116" [Inherited From Transform]
The XSLT transform algorithm URI.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar