XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.dsig.CanonicalizationMethod

Packages that use CanonicalizationMethod
javax.xml.crypto.dsig   
javax.xml.crypto.enc   
javax.xml.crypto.enc.dom   
 

Uses of CanonicalizationMethod in javax.xml.crypto.dsig
 

Methods in javax.xml.crypto.dsig that return CanonicalizationMethod
 CanonicalizationMethod SignedInfo.getCanonicalizationMethod()
          Returns the canonicalization method of this SignedInfo.
abstract  CanonicalizationMethod XMLSignatureFactory.newCanonicalizationMethod(java.lang.String algorithm, C14NMethodParameterSpec params)
          Creates a CanonicalizationMethod for the specified algorithm URI and parameters.
abstract  CanonicalizationMethod XMLSignatureFactory.newCanonicalizationMethod(java.lang.String algorithm, XMLStructure params)
          Creates a CanonicalizationMethod for the specified algorithm URI and parameters.
 

Methods in javax.xml.crypto.dsig with parameters of type CanonicalizationMethod
abstract  SignedInfo XMLSignatureFactory.newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, java.util.List references)
          Creates a SignedInfo with the specified canonicalization and signature methods, and list of one or more references.
abstract  SignedInfo XMLSignatureFactory.newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, java.util.List references, java.lang.String id)
          Creates a SignedInfo with the specified parameters.
 

Uses of CanonicalizationMethod in javax.xml.crypto.enc
 

Methods in javax.xml.crypto.enc that return CanonicalizationMethod
 CanonicalizationMethod ToBeEncryptedXML.getCanonicalizationMethod()
          Returns the canonicalization method
abstract  CanonicalizationMethod XMLEncryptionFactory.newCanonicalizationMethod(java.lang.String algorithm, C14NMethodParameterSpec params)
          Creates a CanonicalizationMethod for the specified algorithm URI and parameters.
 

Uses of CanonicalizationMethod in javax.xml.crypto.enc.dom
 

Methods in javax.xml.crypto.enc.dom that return CanonicalizationMethod
 CanonicalizationMethod DOMToBeEncryptedXML.getCanonicalizationMethod()
           
 

Constructors in javax.xml.crypto.enc.dom with parameters of type CanonicalizationMethod
DOMToBeEncryptedXML(org.w3c.dom.Element element, CanonicalizationMethod canonMethod)
          Creates a new DOMToBeEncryptedXML
DOMToBeEncryptedXML(org.w3c.dom.NodeList content, CanonicalizationMethod canonMethod)
          Creates a new DOMToBeEncryptedXML
 


XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org