Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlPSV
-
-
Uses of XmlPSV in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlPSV Modifier and Type Field Description protected XmlPSVXmlBasicBuildingBlocks. psvMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlPSV Modifier and Type Method Description XmlPSVObjectFactory. createXmlPSV()Create an instance ofXmlPSVXmlPSVXmlBasicBuildingBlocks. getPSV()Gets the value of the psv property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlPSV Modifier and Type Method Description voidXmlBasicBuildingBlocks. setPSV(XmlPSV value)Sets the value of the psv property. -
Uses of XmlPSV in eu.europa.esig.dss.validation.process.bbb.sav.checks
Constructor parameters in eu.europa.esig.dss.validation.process.bbb.sav.checks with type arguments of type XmlPSV Constructor Description CryptographicRevocationsCheck(T result, List<CryptographicCheck<XmlPSV>> revocationCryptographicChecks, String certificateId) -
Uses of XmlPSV in eu.europa.esig.dss.validation.process.vpfswatsp.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks with parameters of type XmlPSV Constructor Description PastTimestampValidation(XmlValidationProcessArchivalData result, XmlPSV xmlPSV, XmlSAV xmlSAV, TimestampWrapper timestamp, LevelConstraint constraint) -
Uses of XmlPSV in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks with parameters of type XmlPSV Constructor Description BestSignatureTimeAfterCertificateIssuanceAndBeforeCertificateExpirationCheck(XmlPSV result, Date bestSignatureTime, CertificateWrapper signingCertificate, LevelConstraint constraint)BestSignatureTimeNotBeforeCertificateIssuanceCheck(XmlPSV result, Date bestSignatureTime, CertificateWrapper signingCertificate, LevelConstraint constraint)CurrentTimeIndicationCheck(XmlPSV result, Indication indication, SubIndication subIndication, List<XmlName> errors, LevelConstraint constraint)PastCertificateValidationAcceptableCheck(XmlPSV result, XmlPCV pcv, LevelConstraint constraint)POEExistsCheck(XmlPSV result, LevelConstraint constraint)
-