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. |