Uses of Interface
javax.xml.crypto.AlgorithmMethod

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

Uses of AlgorithmMethod in javax.xml.crypto
 

Methods in javax.xml.crypto with parameters of type AlgorithmMethod
abstract  KeySelectorResult KeySelector.select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
          Attempts to find a key that satisfies the specified constraints.
 

Uses of AlgorithmMethod in javax.xml.crypto.dsig
 

Subinterfaces of AlgorithmMethod 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.
 interface DigestMethod
          A representation of the XML DigestMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
 interface SignatureMethod
          A representation of the XML SignatureMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
 interface Transform
          A representation of the XML Transform element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
 

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

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

Classes in org.apache.jcp.xml.dsig.internal.dom that implement AlgorithmMethod
 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 DOMDigestMethod
          DOM-based abstract implementation of DigestMethod.
 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 DOMHMACSignatureMethod
          DOM-based implementation of HMAC SignatureMethod.
 class DOMSignatureMethod
          DOM-based abstract implementation of SignatureMethod.
 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.
 



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