XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.AlgorithmMethod

Packages that use AlgorithmMethod
javax.xml.crypto   
javax.xml.crypto.dsig   
javax.xml.crypto.enc   
javax.xml.crypto.enc.keyinfo   
 

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 javax.xml.crypto.enc
 

Subinterfaces of AlgorithmMethod in javax.xml.crypto.enc
 interface EncryptionMethod
          A representation of the XML EncryptionMethod element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
 

Uses of AlgorithmMethod in javax.xml.crypto.enc.keyinfo
 

Subinterfaces of AlgorithmMethod in javax.xml.crypto.enc.keyinfo
 interface AgreementMethod
          Represents the AgreementMethod element.
 

Methods in javax.xml.crypto.enc.keyinfo with parameters of type AlgorithmMethod
 java.security.Key EncryptedKey.decryptKey(XMLDecryptContext context, AlgorithmMethod alg)
          Decrypts the CipherData in this EncryptedKey and returns the decrypted key as a Key object.
 


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