See: Description
Interface | Description |
---|---|
C14NMethodParameterSpec |
A specification of algorithm parameters for a
CanonicalizationMethod
Algorithm. |
DigestMethodParameterSpec |
A specification of algorithm parameters for a
DigestMethod
algorithm. |
SignatureMethodParameterSpec |
A specification of algorithm parameters for an XML
SignatureMethod
algorithm. |
TransformParameterSpec |
A specification of algorithm parameters for a
Transform
algorithm. |
Class | Description |
---|---|
ExcC14NParameterSpec |
Parameters for the W3C Recommendation:
Exclusive XML Canonicalization (C14N) algorithm.
|
HMACParameterSpec |
Parameters for the
XML Signature HMAC Algorithm.
|
XPathFilter2ParameterSpec |
Parameters for the W3C Recommendation
XPath Filter 2.0 Transform Algorithm.
|
XPathFilterParameterSpec |
Parameters for the
XPath Filtering Transform Algorithm.
|
XPathType |
The XML Schema Definition of the
XPath element as defined in the
W3C Recommendation for XML-Signature XPath Filter 2.0:
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xf="http://www.w3.org/2002/06/xmldsig-filter2"
targetNamespace="http://www.w3.org/2002/06/xmldsig-filter2"
version="0.1" elementFormDefault="qualified">
<element name="XPath"
type="xf:XPathType"/>
<complexType name="XPathType">
<simpleContent>
<extension base="string">
<attribute name="Filter">
<simpleType>
<restriction base="string">
<enumeration value="intersect"/>
<enumeration value="subtract"/>
<enumeration value="union"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
|
XPathType.Filter |
Represents the filter set operation.
|
XSLTTransformParameterSpec |
Parameters for the
XSLT Transform Algorithm.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2018, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.