XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.dsig.spec.TransformParameterSpec

Packages that use TransformParameterSpec
javax.xml.crypto.dsig   
javax.xml.crypto.dsig.spec   
 

Uses of TransformParameterSpec in javax.xml.crypto.dsig
 

Methods in javax.xml.crypto.dsig with parameters of type TransformParameterSpec
abstract  void TransformService.init(TransformParameterSpec params)
          Initializes this TransformService with the specified parameters.
abstract  Transform XMLSignatureFactory.newTransform(java.lang.String algorithm, TransformParameterSpec params)
          Creates a Transform for the specified algorithm URI and parameters.
 

Uses of TransformParameterSpec in javax.xml.crypto.dsig.spec
 

Subinterfaces of TransformParameterSpec in javax.xml.crypto.dsig.spec
 interface C14NMethodParameterSpec
          A specification of algorithm parameters for a CanonicalizationMethod Algorithm.
 

Classes in javax.xml.crypto.dsig.spec that implement TransformParameterSpec
 class ExcC14NParameterSpec
          Parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm.
 class XPathFilter2ParameterSpec
          Parameters for the W3C Recommendation XPath Filter 2.0 Transform Algorithm.
 class XPathFilterParameterSpec
          Parameters for the XPath Filtering Transform Algorithm.
 class XSLTTransformParameterSpec
          Parameters for the XSLT Transform Algorithm.
 


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