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 XmlRevocationXmlCertificateRevocation.revocationprotected XmlRevocationXmlRelatedRevocation.revocationFields 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 ofXmlRevocationXmlCertificateRevocation.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 TypeMethodDescriptionvoidXmlCertificateRevocation.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 XmlRevocationModifier and TypeMethodDescriptionvoidXmlDiagnosticData.setUsedRevocations(List<XmlRevocation> usedRevocations) -
Uses of XmlRevocation in eu.europa.esig.dss.validation.reports.diagnostic
Fields in eu.europa.esig.dss.validation.reports.diagnostic with type parameters of type XmlRevocationModifier and TypeFieldDescriptionprotected Map<String, XmlRevocation> DiagnosticDataBuilder.xmlRevocationsMapThe cached map of revocation dataMethods in eu.europa.esig.dss.validation.reports.diagnostic that return XmlRevocationModifier and TypeMethodDescriptionprotected XmlRevocationDiagnosticDataBuilder.buildDetachedXmlRevocation(RevocationToken<?> revocationToken) This method builds anXmlRevocationfrom the givenRevocationToken