|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformService | |
---|---|
javax.xml.crypto.dsig | Classes for generating and validating XML digital signatures. |
org.apache.jcp.xml.dsig.internal.dom |
Uses of TransformService in javax.xml.crypto.dsig |
---|
Methods in javax.xml.crypto.dsig that return TransformService | |
---|---|
static TransformService |
TransformService.getInstance(String algorithm,
String mechanismType)
Returns a TransformService that supports the specified
algorithm URI (ex: Transform.XPATH2 ) and mechanism type
(ex: DOM). |
static TransformService |
TransformService.getInstance(String algorithm,
String mechanismType,
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(String algorithm,
String mechanismType,
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. |
Uses of TransformService in org.apache.jcp.xml.dsig.internal.dom |
---|
Subclasses of TransformService in org.apache.jcp.xml.dsig.internal.dom | |
---|---|
class |
ApacheCanonicalizer
|
class |
ApacheTransform
This is a wrapper/glue class which invokes the Apache XML-Security Transform. |
class |
DOMBase64Transform
DOM-based implementation of Base64 Encoding Transform. |
class |
DOMCanonicalXMLC14N11Method
DOM-based implementation of CanonicalizationMethod for Canonical XML 1.1 (with or without comments). |
class |
DOMCanonicalXMLC14NMethod
DOM-based implementation of CanonicalizationMethod for Canonical XML (with or without comments). |
class |
DOMEnvelopedTransform
DOM-based implementation of Enveloped Signature Transform. |
class |
DOMExcC14NMethod
DOM-based implementation of CanonicalizationMethod for Exclusive Canonical XML algorithm (with or without comments). |
class |
DOMXPathFilter2Transform
DOM-based implementation of XPath Filter 2.0 Transform. |
class |
DOMXPathTransform
DOM-based implementation of XPath Filtering Transform. |
class |
DOMXSLTTransform
DOM-based implementation of XSLT Transform. |
Fields in org.apache.jcp.xml.dsig.internal.dom declared as TransformService | |
---|---|
protected TransformService |
DOMTransform.spi
|
Constructors in org.apache.jcp.xml.dsig.internal.dom with parameters of type TransformService | |
---|---|
DOMCanonicalizationMethod(TransformService spi)
Creates a DOMCanonicalizationMethod . |
|
DOMTransform(TransformService spi)
Creates a DOMTransform . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |