Package | Description |
---|---|
javax.xml.crypto.dsig |
Classes for generating and validating XML digital
signatures.
|
javax.xml.crypto.dsig.keyinfo |
Classes for parsing and processing
KeyInfo elements and structures. |
javax.xml.crypto.dsig.spec |
Parameter classes for 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. |
interface |
DigestMethod
A representation of the XML
DigestMethod element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
Manifest
A representation of the XML
Manifest element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
Reference
A representation of the
Reference 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 |
SignatureProperties
A representation of the XML
SignatureProperties element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
SignatureProperty
A representation of the XML
SignatureProperty element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
SignedInfo
An representation of the XML
SignedInfo 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. |
interface |
XMLObject
A representation of the XML
Object element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
XMLSignature
A representation of the XML
Signature element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
static interface |
XMLSignature.SignatureValue
A representation of the XML
SignatureValue 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 void |
TransformService.init(XMLStructure parent,
XMLCryptoContext context)
Initializes this
TransformService with the specified
parameters and document context. |
abstract void |
TransformService.marshalParams(XMLStructure parent,
XMLCryptoContext context)
Marshals the algorithm-specific parameters.
|
abstract CanonicalizationMethod |
XMLSignatureFactory.newCanonicalizationMethod(String algorithm,
XMLStructure params)
Creates a
CanonicalizationMethod 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. |
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
Unmarshals a new
XMLSignature instance from a
mechanism-specific XMLStructure instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyInfo
A representation of the XML
KeyInfo element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
KeyName
A representation of the XML
KeyName element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
KeyValue
A representation of the XML
KeyValue element as defined
in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
PGPData
A representation of the XML
PGPData element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
RetrievalMethod
A representation of the XML
RetrievalMethod element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
X509Data
A representation of the XML
X509Data element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing. |
interface |
X509IssuerSerial
A representation of the XML
X509IssuerSerial element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing. |
Modifier and Type | Method and Description |
---|---|
void |
KeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context)
Marshals the key info to XML.
|
abstract KeyInfo |
KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
Unmarshals a new
KeyInfo instance from a
mechanism-specific XMLStructure (ex: DOMStructure )
instance. |
Modifier and Type | Method and Description |
---|---|
XMLStructure |
XSLTTransformParameterSpec.getStylesheet()
Returns the stylesheet.
|
Constructor and Description |
---|
XSLTTransformParameterSpec(XMLStructure stylesheet)
Creates an
XSLTTransformParameterSpec with the specified
stylesheet. |
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 |
DOMCryptoBinary
A DOM-based representation of the XML
CryptoBinary simple type
as defined in the W3C specification for XML-Signature Syntax and Processing. |
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 |
DOMKeyInfo
DOM-based implementation of KeyInfo.
|
class |
DOMKeyName
DOM-based implementation of KeyName.
|
class |
DOMKeyValue
DOM-based implementation of KeyValue.
|
class |
DOMManifest
DOM-based implementation of Manifest.
|
class |
DOMPGPData
DOM-based implementation of PGPData.
|
class |
DOMReference
DOM-based implementation of Reference.
|
class |
DOMRetrievalMethod
DOM-based implementation of RetrievalMethod.
|
class |
DOMSignatureMethod
DOM-based abstract implementation of SignatureMethod.
|
class |
DOMSignatureProperties
DOM-based implementation of SignatureProperties.
|
class |
DOMSignatureProperty
DOM-based implementation of SignatureProperty.
|
class |
DOMSignedInfo
DOM-based implementation of SignedInfo.
|
class |
DOMStructure
DOM-based abstract implementation of XMLStructure.
|
class |
DOMTransform
DOM-based abstract implementation of Transform.
|
class |
DOMX509Data
DOM-based implementation of X509Data.
|
class |
DOMX509IssuerSerial
DOM-based implementation of X509IssuerSerial.
|
class |
DOMXMLObject
DOM-based implementation of XMLObject.
|
class |
DOMXMLSignature
DOM-based implementation of XMLSignature.
|
class |
DOMXMLSignature.DOMSignatureValue |
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 |
---|---|
XMLStructure |
DOMRetrievalMethod.dereferenceAsXMLStructure(XMLCryptoContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DOMXSLTTransform.init(XMLStructure parent,
XMLCryptoContext context) |
void |
ApacheCanonicalizer.init(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMExcC14NMethod.init(XMLStructure parent,
XMLCryptoContext context) |
void |
ApacheTransform.init(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXPathTransform.init(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXPathFilter2Transform.init(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMKeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXSLTTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
ApacheCanonicalizer.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMExcC14NMethod.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
ApacheTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXPathTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
void |
DOMXPathFilter2Transform.marshalParams(XMLStructure parent,
XMLCryptoContext context) |
CanonicalizationMethod |
DOMXMLSignatureFactory.newCanonicalizationMethod(String algorithm,
XMLStructure params) |
Transform |
DOMXMLSignatureFactory.newTransform(String algorithm,
XMLStructure params) |
KeyInfo |
DOMKeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure) |
XMLSignature |
DOMXMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure) |
Constructor and Description |
---|
DOMKeyInfo(List<? extends XMLStructure> content,
String id)
Creates a
DOMKeyInfo . |
DOMPGPData(byte[] keyId,
byte[] keyPacket,
List<? extends XMLStructure> other)
Creates a
DOMPGPData containing the specified key id and
optional key packet and list of external elements. |
DOMPGPData(byte[] keyPacket,
List<? extends XMLStructure> other)
Creates a
DOMPGPData containing the specified key packet. |
DOMSignatureProperty(List<? extends XMLStructure> content,
String target,
String id)
Creates a
SignatureProperty from the specified parameters. |
DOMXMLObject(List<? extends XMLStructure> content,
String id,
String mimeType,
String encoding)
Creates an
XMLObject from the specified parameters. |
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.