XML Digital Signature and Encryption, 1.0

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

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

Uses of SignatureMethodParameterSpec in javax.xml.crypto.dsig
 

Methods in javax.xml.crypto.dsig with parameters of type SignatureMethodParameterSpec
abstract  SignatureMethod XMLSignatureFactory.newSignatureMethod(java.lang.String algorithm, SignatureMethodParameterSpec params)
          Creates a SignatureMethod for the specified algorithm URI and parameters.
 

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

Classes in javax.xml.crypto.dsig.spec that implement SignatureMethodParameterSpec
 class HMACParameterSpec
          Parameters for the XML Signature HMAC 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