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

Packages that use Transform
javax.xml.crypto.dsig Classes for generating and validating XML digital signatures. 
org.apache.jcp.xml.dsig.internal.dom   
 

Uses of Transform in javax.xml.crypto.dsig
 

Subinterfaces of Transform in javax.xml.crypto.dsig
 interface CanonicalizationMethod
          A representation of the XML CanonicalizationMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
 

Classes in javax.xml.crypto.dsig that implement Transform
 class TransformService
          A Service Provider Interface for transform and canonicalization algorithms.
 

Methods in javax.xml.crypto.dsig that return Transform
abstract  Transform XMLSignatureFactory.newTransform(String algorithm, TransformParameterSpec params)
          Creates a Transform for the specified algorithm URI and parameters.
abstract  Transform XMLSignatureFactory.newTransform(String algorithm, XMLStructure params)
          Creates a Transform for the specified algorithm URI and parameters.
 

Uses of Transform in org.apache.jcp.xml.dsig.internal.dom
 

Classes in org.apache.jcp.xml.dsig.internal.dom that implement Transform
 class ApacheCanonicalizer
           
 class ApacheTransform
          This is a wrapper/glue class which invokes the Apache XML-Security Transform.
 class DOMBase64Transform
          DOM-based implementation of Base64 Encoding Transform.
 class DOMCanonicalizationMethod
          DOM-based abstract implementation of CanonicalizationMethod.
 class DOMCanonicalXMLC14N11Method
          DOM-based implementation of CanonicalizationMethod for Canonical XML 1.1 (with or without comments).
 class DOMCanonicalXMLC14NMethod
          DOM-based implementation of CanonicalizationMethod for Canonical XML (with or without comments).
 class DOMEnvelopedTransform
          DOM-based implementation of Enveloped Signature Transform.
 class DOMExcC14NMethod
          DOM-based implementation of CanonicalizationMethod for Exclusive Canonical XML algorithm (with or without comments).
 class DOMTransform
          DOM-based abstract implementation of Transform.
 class DOMXPathFilter2Transform
          DOM-based implementation of XPath Filter 2.0 Transform.
 class DOMXPathTransform
          DOM-based implementation of XPath Filtering Transform.
 class DOMXSLTTransform
          DOM-based implementation of XSLT Transform.
 

Methods in org.apache.jcp.xml.dsig.internal.dom that return Transform
 Transform DOMXMLSignatureFactory.newTransform(String algorithm, TransformParameterSpec params)
           
 Transform DOMXMLSignatureFactory.newTransform(String algorithm, XMLStructure params)
           
 

Constructor parameters in org.apache.jcp.xml.dsig.internal.dom with type arguments of type Transform
DOMReference(String uri, String type, DigestMethod dm, List<? extends Transform> appliedTransforms, Data result, List<? extends Transform> transforms, String id, byte[] digestValue, Provider provider)
           
DOMReference(String uri, String type, DigestMethod dm, List<? extends Transform> appliedTransforms, Data result, List<? extends Transform> transforms, String id, byte[] digestValue, Provider provider)
           
DOMReference(String uri, String type, DigestMethod dm, List<? extends Transform> appliedTransforms, Data result, List<? extends Transform> transforms, String id, Provider provider)
           
DOMReference(String uri, String type, DigestMethod dm, List<? extends Transform> appliedTransforms, Data result, List<? extends Transform> transforms, String id, Provider provider)
           
DOMReference(String uri, String type, DigestMethod dm, List<? extends Transform> transforms, String id, Provider provider)
          Creates a Reference from the specified parameters.
DOMRetrievalMethod(String uri, String type, List<? extends Transform> transforms)
          Creates a DOMRetrievalMethod containing the specified URIReference and List of Transforms.
 



Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.