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 ReferenceDataReference. referenceDataMethods in org.apache.xml.security.signature that return ReferenceData Modifier and Type Method Description ReferenceDataReference. 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 interfaceReferenceNodeSetDataAn abstract representation of aReferenceDatatype containing a node-set.Classes in org.apache.xml.security.signature.reference that implement ReferenceData Modifier and Type Class Description classReferenceOctetStreamDataA representation of aReferenceDatatype containing an OctetStream.classReferenceSubTreeDataA representation of aReferenceNodeSetDatatype containing a node-set.
-