Uses of Class
eu.europa.esig.dss.model.tsl.CertificateTrustTime
Packages that use CertificateTrustTime
-
Uses of CertificateTrustTime in eu.europa.esig.dss.model.tsl
Methods in eu.europa.esig.dss.model.tsl that return CertificateTrustTimeModifier and TypeMethodDescriptionCertificateTrustTime.getJointTrustTime(Date startDate, Date endDate) This method is used to create a joint time period using the current trust time and the given period betweenstartDateandendDate.TrustedCertificateSourceWithTime.getTrustTime(CertificateToken token) Returns trust time period for the given certificate, when the certificate is considered as a trust anchor.Method parameters in eu.europa.esig.dss.model.tsl with type arguments of type CertificateTrustTimeModifier and TypeMethodDescriptionvoidTrustPropertiesCertificateSource.setTrustTimeByCertificates(Map<CertificateToken, List<CertificateTrustTime>> trustTimeByCertificate) The method allows to fill the CertificateSource with trusted time periods -
Uses of CertificateTrustTime in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return CertificateTrustTimeModifier and TypeMethodDescriptionTrustedListsCertificateSource.getTrustTime(CertificateToken token) Method parameters in eu.europa.esig.dss.spi.tsl with type arguments of type CertificateTrustTimeModifier and TypeMethodDescriptionvoidTrustedListsCertificateSource.setTrustTimeByCertificates(Map<CertificateToken, List<CertificateTrustTime>> trustTimeByCertificate)