API Overview
API Index
Direct link to this page
JDK 1.6
Package: javax.xml.crypto.dsig.spec
Author(s)
Since
Version
Serial
Description
Parameter classes for XML digital signatures.
Parameter classes for XML digital signatures. This package contains interfaces and classes representing input parameters for the digest, signature, transform, or canonicalization algorithms used in the processing of XML signatures.
Package Specification
XML-Signature Syntax and Processing: W3C Recommendation
RFC 3275: XML-Signature Syntax and Processing
Exclusive XML Canonicalization algorithm: W3C Recommendation
XPath Filter 2.0 Transform Algorithm: W3C Recommendation
Since:
1.6
See also:
C14NMethodParameterSpec
View Source
A specification of algorithm parameters for a
CanonicalizationMethod
Algorithm.
DigestMethodParameterSpec
View Source
A specification of algorithm parameters for a
DigestMethod
algorithm.
ExcC14NParameterSpec
View Source
Parameters for the W3C Recommendation:
Exclusive XML Canonicalization (C14N) algorithm
.
HMACParameterSpec
View Source
Parameters for the
XML Signature HMAC Algorithm
.
SignatureMethodParameterSpec
View Source
A specification of algorithm parameters for an XML
SignatureMethod
algorithm.
TransformParameterSpec
View Source
A specification of algorithm parameters for a
Transform
algorithm.
XPathFilter2ParameterSpec
View Source
Parameters for the W3C Recommendation
XPath Filter 2.0 Transform Algorithm
.
XPathFilterParameterSpec
View Source
Parameters for the
XPath Filtering Transform Algorithm
.
XPathType
View Source
The XML Schema Definition of the
XPath
element as defined in the
W3C Recommendation for XML-Signature XPath Filter 2.0
:
XPathType.Filter
View Source
Represents the filter set operation.
XSLTTransformParameterSpec
View Source
Parameters for the
XSLT Transform Algorithm
.
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar