Uses of Class
eu.europa.esig.dss.validation.CertificateValidity
Package | Description |
---|---|
eu.europa.esig.dss.validation |
-
Uses of CertificateValidity in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return CertificateValidity Modifier and Type Method Description CertificateValidity
CandidatesForSigningCertificate. getTheBestCandidate()
This method returns the best candidate for the signing certificate.CertificateValidity
CandidatesForSigningCertificate. getTheCertificateValidity()
ThetheSigningCertificateValidity
object must be set before.Methods in eu.europa.esig.dss.validation that return types with arguments of type CertificateValidity Modifier and Type Method Description List<CertificateValidity>
CandidatesForSigningCertificate. getCertificateValidityList()
Methods in eu.europa.esig.dss.validation with parameters of type CertificateValidity Modifier and Type Method Description void
CandidatesForSigningCertificate. add(CertificateValidity certificateValidity)
This method allows to add a candidate for the signing certificate.void
CandidatesForSigningCertificate. setTheCertificateValidity(CertificateValidity theCertificateValidity)
This method allows to set theSigningCertificateValidity
object after the verification of its signature.