Uses of Class
eu.europa.esig.dss.diagnostic.CertificateRevocationWrapper
-
-
Uses of CertificateRevocationWrapper in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return CertificateRevocationWrapper Modifier and Type Method Description CertificateRevocationWrapperDiagnosticData. getLatestRevocationDataForCertificate(CertificateWrapper certificate)Returns the last actual revocation for the givencertificateMethods in eu.europa.esig.dss.diagnostic that return types with arguments of type CertificateRevocationWrapper Modifier and Type Method Description List<CertificateRevocationWrapper>CertificateWrapper. getCertificateRevocationData() -
Uses of CertificateRevocationWrapper 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 CertificateRevocationWrapper Constructor Description CertificateOnHoldCheck(XmlSubXCV result, CertificateRevocationWrapper certificateRevocation, Date currentTime, LevelConstraint constraint)CertificateRevokedCheck(XmlSubXCV result, CertificateRevocationWrapper certificateRevocation, Date currentTime, LevelConstraint constraint, SubContext subContext)Constructor parameters in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks with type arguments of type CertificateRevocationWrapper Constructor Description RevocationCertHashMatchCheck(XmlSubXCV result, List<CertificateRevocationWrapper> certificateRevocations, LevelConstraint constraint) -
Uses of CertificateRevocationWrapper in eu.europa.esig.dss.validation.process.vpfltvd.checks
Constructors in eu.europa.esig.dss.validation.process.vpfltvd.checks with parameters of type CertificateRevocationWrapper Constructor Description RevocationDateAfterBestSignatureTimeCheck(XmlValidationProcessLongTermData result, CertificateRevocationWrapper certificateRevocation, Date bestSignatureTime, LevelConstraint constraint, SubContext subContext)
-