Uses of Class
org.w3.xmldsig.ReferenceType
-
Packages that use ReferenceType Package Description network.oxalis.as4.util org.oasis_open.docs.ebxml_bp.ebbp_signals_2 org.w3.xmldsig -
-
Uses of ReferenceType in network.oxalis.as4.util
Methods in network.oxalis.as4.util that return types with arguments of type ReferenceType Modifier and Type Method Description static List<ReferenceType>SOAPHeaderParser. getReferenceListFromSignedInfo(jakarta.xml.soap.SOAPHeader header) -
Uses of ReferenceType in org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Fields in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 declared as ReferenceType Modifier and Type Field Description protected ReferenceTypeMessagePartNRInformation. referenceMethods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return ReferenceType Modifier and Type Method Description ReferenceTypeMessagePartNRInformation. getReference()Gets the value of the reference property.Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type ReferenceType Modifier and Type Method Description voidMessagePartNRInformation. setReference(ReferenceType value)Sets the value of the reference property. -
Uses of ReferenceType in org.w3.xmldsig
Fields in org.w3.xmldsig with type parameters of type ReferenceType Modifier and Type Field Description protected List<ReferenceType>ManifestType. referenceprotected List<ReferenceType>SignedInfoType. referenceMethods in org.w3.xmldsig that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in org.w3.xmldsig that return types with arguments of type ReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)List<ReferenceType>ManifestType. getReference()Gets the value of the reference property.List<ReferenceType>SignedInfoType. getReference()Gets the value of the reference property.Methods in org.w3.xmldsig with parameters of type ReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)
-