Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRevocation
-
Packages that use XmlRevocation Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlRevocation in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlRevocation Constructor Description RevocationWrapper(XmlRevocation revocation) -
Uses of XmlRevocation in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlRevocation Modifier and Type Field Description protected XmlRevocationXmlCertificateRevocation. revocationprotected XmlRevocationXmlRelatedRevocation. revocationFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlRevocation Modifier and Type Field Description protected List<XmlRevocation>XmlDiagnosticData. usedRevocationsMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRevocation Modifier and Type Method Description XmlRevocationObjectFactory. createXmlRevocation()Create an instance ofXmlRevocationXmlRevocationXmlCertificateRevocation. getRevocation()Gets the value of the revocation property.XmlRevocationXmlRelatedRevocation. getRevocation()Gets the value of the revocation property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlRevocation Modifier and Type Method Description List<XmlRevocation>XmlDiagnosticData. getUsedRevocations()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlRevocation Modifier and Type Method Description voidXmlCertificateRevocation. setRevocation(XmlRevocation value)Sets the value of the revocation property.voidXmlRelatedRevocation. setRevocation(XmlRevocation value)Sets the value of the revocation property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlRevocation Modifier and Type Method Description voidXmlDiagnosticData. setUsedRevocations(List<XmlRevocation> usedRevocations)
-