Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.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 XmlRevocation
XmlCertificateRevocation. revocation
protected XmlRevocation
XmlRelatedRevocation. revocation
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlRevocation Modifier and Type Field Description protected List<XmlRevocation>
XmlDiagnosticData. usedRevocations
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRevocation Modifier and Type Method Description XmlRevocation
ObjectFactory. createXmlRevocation()
Create an instance ofXmlRevocation
XmlRevocation
XmlCertificateRevocation. getRevocation()
Gets the value of the revocation property.XmlRevocation
XmlRelatedRevocation. 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 void
XmlCertificateRevocation. setRevocation(XmlRevocation value)
Sets the value of the revocation property.void
XmlRelatedRevocation. 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 void
XmlDiagnosticData. setUsedRevocations(List<XmlRevocation> usedRevocations)