Package | Description |
---|---|
javax.xml.crypto |
Common classes for XML cryptography.
|
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 |
---|---|
abstract KeySelectorResult |
KeySelector.select(KeyInfo keyInfo,
KeySelector.Purpose purpose,
AlgorithmMethod method,
XMLCryptoContext context)
Attempts to find a key that satisfies the specified constraints.
|
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. |
interface |
DigestMethod
A representation of the XML
DigestMethod element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
SignatureMethod
A representation of the XML
SignatureMethod element
as defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
Transform
A representation of the XML
Transform 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 | 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 |
DOMDigestMethod
DOM-based abstract implementation of DigestMethod.
|
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 |
DOMHMACSignatureMethod
DOM-based implementation of HMAC SignatureMethod.
|
class |
DOMSignatureMethod
DOM-based abstract implementation of SignatureMethod.
|
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.
|
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.