Package | Description |
---|---|
javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
org.apache.jcp.xml.dsig.internal.dom |
Modifier and Type | Interface and Description |
---|---|
interface |
CanonicalizationMethod
A representation of the XML
CanonicalizationMethod
element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
Modifier and Type | Class and Description |
---|---|
class |
TransformService
A Service Provider Interface for transform and canonicalization algorithms.
|
Modifier and Type | Method and Description |
---|---|
abstract Transform |
XMLSignatureFactory.newTransform(String algorithm,
TransformParameterSpec params)
Creates a
Transform for the specified algorithm URI
and parameters. |
abstract Transform |
XMLSignatureFactory.newTransform(String algorithm,
XMLStructure params)
Creates a
Transform for the specified algorithm URI
and parameters. |
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 |
DOMCanonicalizationMethod
DOM-based abstract implementation of CanonicalizationMethod.
|
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 |
DOMTransform
DOM-based abstract implementation of Transform.
|
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 | Method and Description |
---|---|
Transform |
DOMXMLSignatureFactory.newTransform(String algorithm,
TransformParameterSpec params) |
Transform |
DOMXMLSignatureFactory.newTransform(String algorithm,
XMLStructure params) |
Constructor and Description |
---|
DOMReference(String uri,
String type,
DigestMethod dm,
List<? extends Transform> appliedTransforms,
Data result,
List<? extends Transform> transforms,
String id,
byte[] digestValue,
Provider provider) |
DOMReference(String uri,
String type,
DigestMethod dm,
List<? extends Transform> appliedTransforms,
Data result,
List<? extends Transform> transforms,
String id,
byte[] digestValue,
Provider provider) |
DOMReference(String uri,
String type,
DigestMethod dm,
List<? extends Transform> appliedTransforms,
Data result,
List<? extends Transform> transforms,
String id,
Provider provider) |
DOMReference(String uri,
String type,
DigestMethod dm,
List<? extends Transform> appliedTransforms,
Data result,
List<? extends Transform> transforms,
String id,
Provider provider) |
DOMReference(String uri,
String type,
DigestMethod dm,
List<? extends Transform> transforms,
String id,
Provider provider)
Creates a
Reference from the specified parameters. |
DOMRetrievalMethod(String uri,
String type,
List<? extends Transform> transforms)
Creates a
DOMRetrievalMethod containing the specified
URIReference and List of Transforms. |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.