Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlRFC
-
Packages that use 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 XmlRFCXmlSubXCV. rfcMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlRFC Modifier and Type Method Description XmlRFCObjectFactory. createXmlRFC()Create an instance ofXmlRFCXmlRFCXmlSubXCV. 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 voidXmlSubXCV. 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(XmlRFC result, RevocationWrapper revocationData, Date validationDate, LevelConstraint constraint)NextUpdateCheck(XmlRFC result, RevocationWrapper revocationData, LevelConstraint constraint)RevocationDataAvailableCheck(XmlRFC result, RevocationWrapper revocationData, LevelConstraint constraint)RevocationDataFreshCheck(XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint)RevocationDataFreshCheckWithNullConstraint(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(T result, XmlRFC rfcResult, LevelConstraint constraint)
-