Package | Description |
---|---|
javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected TransformService |
DOMTransform.spi |
Constructor and Description |
---|
DOMCanonicalizationMethod(TransformService spi)
Creates a
DOMCanonicalizationMethod . |
DOMTransform(TransformService spi)
Creates a
DOMTransform . |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.