Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRevocation
Packages that use XmlRevocation
Package
Description
-
Uses of XmlRevocation in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlRevocation -
Uses of XmlRevocation in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlRevocationModifier and TypeFieldDescriptionprotected XmlRevocation
XmlCertificateRevocation.revocation
protected XmlRevocation
XmlRelatedRevocation.revocation
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlRevocationMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlRevocationModifier and TypeMethodDescriptionObjectFactory.createXmlRevocation()
Create an instance ofXmlRevocation
XmlCertificateRevocation.getRevocation()
Gets the value of the revocation property.XmlRelatedRevocation.getRevocation()
Gets the value of the revocation property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlRevocationMethods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlRevocationModifier and TypeMethodDescriptionvoid
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 XmlRevocationModifier and TypeMethodDescriptionvoid
XmlDiagnosticData.setUsedRevocations
(List<XmlRevocation> usedRevocations) -
Uses of XmlRevocation in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type XmlRevocationModifier and TypeFieldDescriptionprotected Map<String,
XmlRevocation> DiagnosticDataBuilder.xmlRevocationsMap
The cached map of revocation dataMethods in eu.europa.esig.dss.validation that return XmlRevocationModifier and TypeMethodDescriptionprotected XmlRevocation
DiagnosticDataBuilder.buildDetachedXmlRevocation
(RevocationToken<?> revocationToken) This method builds anXmlRevocation
from the givenRevocationToken