Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRevocationRef
-
Packages that use XmlRevocationRef Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlRevocationRef in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlRevocationRef Modifier and Type Method Description List<XmlRevocationRef>SignatureWrapper. getAllFoundRevocationRefs()List<XmlRevocationRef>SignatureWrapper. getAllOrphanRevocationRefs()List<XmlRevocationRef>SignatureWrapper. getAllRelatedRevocationRefs()List<XmlRevocationRef>SignatureWrapper. getFoundRevocationRefsByOrigin(RevocationRefOrigin origin)Returns a list of all foundXmlRevocationRefs with the givenorigin -
Uses of XmlRevocationRef in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlRevocationRef Modifier and Type Field Description protected List<XmlRevocationRef>XmlFoundRevocation. revocationRefsMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRevocationRef Modifier and Type Method Description XmlRevocationRefObjectFactory. createXmlRevocationRef()Create an instance ofXmlRevocationRefMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlRevocationRef Modifier and Type Method Description List<XmlRevocationRef>XmlFoundRevocation. getRevocationRefs()Gets the value of the revocationRefs property.
-