Uses of Class
eu.europa.esig.dss.spi.x509.CertificateValidity
| Package | Description |
|---|---|
| eu.europa.esig.dss.spi.x509 | |
| eu.europa.esig.dss.validation |
-
Uses of CertificateValidity in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return CertificateValidity Modifier and Type Method Description CertificateValidityCandidatesForSigningCertificate. getTheBestCandidate()This method returns the best candidate for the signing certificate.CertificateValidityCandidatesForSigningCertificate. getTheCertificateValidity()ThetheSigningCertificateValidityobject must be set before.CertificateValiditySignatureIntegrityValidator. validate(CandidatesForSigningCertificate candidates)Verifies validity of a signature across a provided signing certificate candidates list NOTE: in case of a failed validation, use getErrorMessages() method after processing this method for more detailsMethods in eu.europa.esig.dss.spi.x509 that return types with arguments of type CertificateValidity Modifier and Type Method Description List<CertificateValidity>CandidatesForSigningCertificate. getCertificateValidityList()Methods in eu.europa.esig.dss.spi.x509 with parameters of type CertificateValidity Modifier and Type Method Description voidCandidatesForSigningCertificate. add(CertificateValidity certificateValidity)This method allows to add a candidate for the signing certificate.voidCandidatesForSigningCertificate. setTheCertificateValidity(CertificateValidity theCertificateValidity)This method allows to set theSigningCertificateValidityobject after the verification of its signature. -
Uses of CertificateValidity in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type CertificateValidity Modifier and Type Method Description protected XmlSigningCertificateDiagnosticDataBuilder. getXmlSigningCertificate(Identifier tokenIdentifier, CertificateValidity certificateValidity)