Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlRevocation
Package
Description
-
Uses of XmlRevocation in eu.europa.esig.dss.diagnostic
-
Uses of XmlRevocation in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeFieldDescriptionprotected XmlRevocation
XmlCertificateRevocation.revocation
protected XmlRevocation
XmlRelatedRevocation.revocation
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
XmlDiagnosticData.setUsedRevocations
(List<XmlRevocation> usedRevocations) -
Uses of XmlRevocation in eu.europa.esig.dss.validation
Modifier and TypeFieldDescriptionprotected Map<String,
XmlRevocation> DiagnosticDataBuilder.xmlRevocationsMap
The cached map of revocation dataModifier and TypeMethodDescriptionprotected XmlRevocation
DiagnosticDataBuilder.buildDetachedXmlRevocation
(RevocationToken<?> revocationToken) This method builds anXmlRevocation
from the givenRevocationToken