Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedRevocation
-
Packages that use XmlRelatedRevocation Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlRelatedRevocation in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlRelatedRevocation Modifier and Type Method Description List<XmlRelatedRevocation>SignatureWrapper. getRelatedRevocations()Set<XmlRelatedRevocation>SignatureWrapper. getRelatedRevocationsByOrigin(RevocationOrigin originType)Returns a list of allXmlRelatedRevocations used for the signature validation process with the givenoriginTypeSet<XmlRelatedRevocation>SignatureWrapper. getRelatedRevocationsByType(RevocationType type)Returns a list of allXmlRelatedRevocations used for the signature validation process with the giventype -
Uses of XmlRelatedRevocation in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlRelatedRevocation Modifier and Type Field Description protected List<XmlRelatedRevocation>XmlFoundRevocations. relatedRevocationsMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRelatedRevocation Modifier and Type Method Description XmlRelatedRevocationObjectFactory. createXmlRelatedRevocation()Create an instance ofXmlRelatedRevocationMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlRelatedRevocation Modifier and Type Method Description List<XmlRelatedRevocation>XmlFoundRevocations. getRelatedRevocations()Gets the value of the relatedRevocations property.
-