Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlRFC
Packages that use XmlRFC
Package
Description
-
Uses of XmlRFC in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlRFCFields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlRFCMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlRFCModifier and TypeMethodDescriptionObjectFactory.createXmlRFC()Create an instance ofXmlRFCXmlSubXCV.getRFC()Gets the value of the rfc property.Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlRFCModifier and TypeMethodDescriptionXmlValidationProcessLongTermData.getRFC()Gets the value of the rfc property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlRFC -
Uses of XmlRFC in eu.europa.esig.dss.validation.process.bbb.xcv.rfc
Subclasses with type arguments of type XmlRFC in eu.europa.esig.dss.validation.process.bbb.xcv.rfcModifier and TypeClassDescriptionclass5.2.5 Revocation freshness checker This building block checks that a given revocation status information is "fresh" at a given validation time. -
Uses of XmlRFC in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks
Subclasses with type arguments of type XmlRFC in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checksModifier and TypeClassDescriptionclassAbstract revocation check classclassChecks if the nextUpdate is presentConstructors in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks with parameters of type XmlRFCModifierConstructorDescriptionprotectedAbstractRevocationFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelRule constraint) Default constructorNextUpdateCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, LevelRule constraint) Default constructorRevocationDataFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, DurationRule constraint) Default constructorRevocationDataFreshCheckWithNullConstraint(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelRule constraint) Default constructor -
Uses of XmlRFC in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks with parameters of type XmlRFCModifierConstructorDescriptionRevocationFreshnessCheckerResultCheck(I18nProvider i18nProvider, T result, XmlRFC rfcResult, LevelRule constraint) Default constructor