Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlRFC
Package | Description |
---|---|
eu.europa.esig.dss.detailedreport.jaxb | |
eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks | |
eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks |
-
Uses of XmlRFC in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlRFC Modifier and Type Field Description protected XmlRFC
XmlSubXCV. rfc
Methods in eu.europa.esig.dss.detailedreport.jaxb that return XmlRFC Modifier and Type Method Description XmlRFC
ObjectFactory. createXmlRFC()
Create an instance ofXmlRFC
XmlRFC
XmlSubXCV. getRFC()
Gets the value of the rfc property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlRFC Modifier and Type Method Description void
XmlSubXCV. setRFC(XmlRFC value)
Sets the value of the rfc property. -
Uses of XmlRFC in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks with parameters of type XmlRFC Constructor Description AbstractRevocationFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint constraint)
NextUpdateCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, LevelConstraint constraint)
RevocationDataFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint)
RevocationDataFreshCheckWithNullConstraint(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint constraint)
-
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 XmlRFC Constructor Description RevocationFreshnessCheckerResultCheck(I18nProvider i18nProvider, T result, XmlRFC rfcResult, LevelConstraint constraint)