Uses of Class
eu.europa.esig.xmldsig.jaxb.ReferenceType
-
Packages that use ReferenceType Package Description eu.europa.esig.xmldsig.jaxb -
-
Uses of ReferenceType in eu.europa.esig.xmldsig.jaxb
Fields in eu.europa.esig.xmldsig.jaxb with type parameters of type ReferenceType Modifier and Type Field Description protected List<ReferenceType>ManifestType. referenceprotected List<ReferenceType>SignedInfoType. referenceMethods in eu.europa.esig.xmldsig.jaxb that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in eu.europa.esig.xmldsig.jaxb that return types with arguments of type ReferenceType Modifier and Type Method Description 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 eu.europa.esig.xmldsig.jaxb with parameters of type ReferenceType Modifier and Type Method Description JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)
-