JSR 105, v0.13 (Proposed Final Draft)

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

Packages that use SignatureMethod
javax.xml.crypto.dsig Classes for generating and validating XML digital signatures. 
 

Uses of SignatureMethod in javax.xml.crypto.dsig
 

Methods in javax.xml.crypto.dsig that return SignatureMethod
abstract  SignatureMethod XMLSignatureFactory.newSignatureMethod(String algorithm, SignatureMethodParameterSpec params)
          Creates a SignatureMethod for the specified algorithm URI and parameters.
 SignatureMethod SignedInfo.getSignatureMethod()
          Returns the signature method of this SignedInfo.
 

Methods in javax.xml.crypto.dsig with parameters of type SignatureMethod
abstract  SignedInfo XMLSignatureFactory.newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references)
          Creates a SignedInfo with the specified canonicalization and signature methods, and list of one or more references.
abstract  SignedInfo XMLSignatureFactory.newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references, String id)
          Creates a SignedInfo with the specified parameters.
 


JSR 105, v0.13 (Proposed Final Draft)

Copyright © 2003-2004, Sun Microsystems, Inc. and IBM Corporation. All rights reserved.
Please send comments to: jsr-105-comments@sun.com