Uses of Class
javax.xml.crypto.dsig.spec.XPathType
Package | Description |
---|---|
javax.xml.crypto.dsig.spec |
Parameter classes for XML digital signatures.
|
-
Uses of XPathType in javax.xml.crypto.dsig.spec
Methods in javax.xml.crypto.dsig.spec that return types with arguments of type XPathType Modifier and Type Method Description List<XPathType>
XPathFilter2ParameterSpec. getXPathList()
Returns a list of one or moreXPathType
objects.Constructor parameters in javax.xml.crypto.dsig.spec with type arguments of type XPathType Constructor Description XPathFilter2ParameterSpec(List<XPathType> xPathList)
Creates anXPathFilter2ParameterSpec
.