Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanRevocation
| Package | Description |
|---|---|
| eu.europa.esig.dss.diagnostic | |
| eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlOrphanRevocation in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlOrphanRevocation Modifier and Type Method Description List<XmlOrphanRevocation>DiagnosticData. getAllOrphanRevocations()Returns a list of all foundXmlOrphanRevocations NOTE: can return instances with duplicate ids (some signatures can have different origins for revocation data)List<XmlOrphanRevocation>SignatureWrapper. getOrphanRevocations()Set<XmlOrphanRevocation>SignatureWrapper. getOrphanRevocationsByOrigin(RevocationOrigin originType)Returns a list of allXmlOrphanRevocations found in the signature, but not used during the validation process with the givenoriginTypeSet<XmlOrphanRevocation>SignatureWrapper. getOrphanRevocationsByType(RevocationType type)Returns a list of allXmlOrphanRevocations found in the signature, but not used during the validation process with the giventype -
Uses of XmlOrphanRevocation in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlOrphanRevocation Modifier and Type Field Description protected List<XmlOrphanRevocation>XmlFoundRevocations. orphanRevocationsMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOrphanRevocation Modifier and Type Method Description XmlOrphanRevocationObjectFactory. createXmlOrphanRevocation()Create an instance ofXmlOrphanRevocationMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlOrphanRevocation Modifier and Type Method Description List<XmlOrphanRevocation>XmlFoundRevocations. getOrphanRevocations()Gets the value of the orphanRevocations property.