Uses of Interface
org.apache.xml.security.signature.reference.ReferenceData
-
Packages that use ReferenceData Package Description org.apache.xml.security.signature org.apache.xml.security.signature.reference -
-
Uses of ReferenceData in org.apache.xml.security.signature
Fields in org.apache.xml.security.signature declared as ReferenceData Modifier and Type Field Description private ReferenceData
Reference. referenceData
Methods in org.apache.xml.security.signature that return ReferenceData Modifier and Type Method Description ReferenceData
Reference. getReferenceData()
Get the ReferenceData that corresponds to the cached representation of the dereferenced object before transformation. -
Uses of ReferenceData in org.apache.xml.security.signature.reference
Subinterfaces of ReferenceData in org.apache.xml.security.signature.reference Modifier and Type Interface Description interface
ReferenceNodeSetData
An abstract representation of aReferenceData
type containing a node-set.Classes in org.apache.xml.security.signature.reference that implement ReferenceData Modifier and Type Class Description class
ReferenceOctetStreamData
A representation of aReferenceData
type containing an OctetStream.class
ReferenceSubTreeData
A representation of aReferenceNodeSetData
type containing a node-set.
-