XML Digital Signature and Encryption, 1.0

Uses of Class
javax.xml.crypto.dsig.TransformService

Packages that use TransformService
javax.xml.crypto.dsig   
 

Uses of TransformService in javax.xml.crypto.dsig
 

Methods in javax.xml.crypto.dsig that return TransformService
static TransformService TransformService.getInstance(java.lang.String algorithm, java.lang.String mechanismType)
          Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM).
static TransformService TransformService.getInstance(java.lang.String algorithm, java.lang.String mechanismType, java.security.Provider provider)
          Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
static TransformService TransformService.getInstance(java.lang.String algorithm, java.lang.String mechanismType, java.lang.String provider)
          Returns a TransformService that supports the specified algorithm URI (ex: Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.
 


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