Uses of Class
eu.europa.esig.dss.diagnostic.TrustedServiceWrapper
-
-
-
Uses of TrustedServiceWrapper in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type TrustedServiceWrapper Modifier and Type Method Description List<TrustedServiceWrapper>CertificateWrapper. getTrustedServices() -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.certificate
Constructor parameters in eu.europa.esig.dss.validation.process.qualification.certificate with type arguments of type TrustedServiceWrapper Constructor Description CertQualificationAtTimeBlock(ValidationTime validationTime, CertificateWrapper signingCertificate, List<TrustedServiceWrapper> caqcServices)CertQualificationAtTimeBlock(ValidationTime validationTime, Date date, CertificateWrapper signingCertificate, List<TrustedServiceWrapper> caqcServices) -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.certificate.checks
Constructors in eu.europa.esig.dss.validation.process.qualification.certificate.checks with parameters of type TrustedServiceWrapper Constructor Description ServiceConsistencyCheck(XmlValidationCertificateQualification result, TrustedServiceWrapper trustedService, LevelConstraint constraint)TrustedCertificateMatchTrustServiceCheck(XmlValidationCertificateQualification result, TrustedServiceWrapper trustService, LevelConstraint constraint)Constructor parameters in eu.europa.esig.dss.validation.process.qualification.certificate.checks with type arguments of type TrustedServiceWrapper Constructor Description CaQcCheck(XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint)CertificateIssuedByConsistentTrustServiceCheck(XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint)CertificateTypeCoverageCheck(XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint)GrantedStatusCheck(XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint)IsAbleToSelectOneTrustService(XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.certificate.checks.qscd
Methods in eu.europa.esig.dss.validation.process.qualification.certificate.checks.qscd with parameters of type TrustedServiceWrapper Modifier and Type Method Description static QSCDStrategyQSCDStrategyFactory. createQSCDFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService, QualifiedStatus qualified)static QSCDStrategyQSCDStrategyFactory. createQSCDFromTL(TrustedServiceWrapper trustedService, QualifiedStatus qualified, QSCDStrategy qscdFromCertificate) -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.certificate.checks.qualified
Methods in eu.europa.esig.dss.validation.process.qualification.certificate.checks.qualified with parameters of type TrustedServiceWrapper Modifier and Type Method Description static QualificationStrategyQualificationStrategyFactory. createQualificationFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService)static QualificationStrategyQualificationStrategyFactory. createQualificationFromTL(TrustedServiceWrapper trustedService, QualificationStrategy qualifiedInCert) -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.certificate.checks.type
Methods in eu.europa.esig.dss.validation.process.qualification.certificate.checks.type with parameters of type TrustedServiceWrapper Modifier and Type Method Description static TypeStrategyTypeStrategyFactory. createTypeFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService, QualifiedStatus qualified)static TypeStrategyTypeStrategyFactory. createTypeFromTL(TrustedServiceWrapper trustedService, QualifiedStatus qualified, TypeStrategy typeInCert) -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.trust.consistency
Methods in eu.europa.esig.dss.validation.process.qualification.trust.consistency with parameters of type TrustedServiceWrapper Modifier and Type Method Description booleanTrustedServiceCondition. isConsistent(TrustedServiceWrapper trustedService)static booleanTrustedServiceChecker. isFullyConsistent(TrustedServiceWrapper service)static booleanTrustedServiceChecker. isLegalPersonConsistent(TrustedServiceWrapper service)static booleanTrustedServiceChecker. isPreEIDASConsistent(TrustedServiceWrapper service)static booleanTrustedServiceChecker. isQCStatementConsistent(TrustedServiceWrapper service)static booleanTrustedServiceChecker. isQSCDConsistent(TrustedServiceWrapper service)static booleanTrustedServiceChecker. isQSCDStatusAsInCertConsistent(TrustedServiceWrapper service)static booleanTrustedServiceChecker. isQualifierAndAdditionalServiceInfoConsistent(TrustedServiceWrapper service)static booleanTrustedServiceChecker. isUsageConsistent(TrustedServiceWrapper service) -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.trust.filter
Methods in eu.europa.esig.dss.validation.process.qualification.trust.filter that return types with arguments of type TrustedServiceWrapper Modifier and Type Method Description List<TrustedServiceWrapper>AbstractTrustedServiceFilter. filter(List<TrustedServiceWrapper> originServices)List<TrustedServiceWrapper>FullyConsistentServiceFilter. filter(List<TrustedServiceWrapper> trustedServices)List<TrustedServiceWrapper>TrustedServiceFilter. filter(List<TrustedServiceWrapper> trustedServices)List<TrustedServiceWrapper>UniqueServiceFilter. filter(List<TrustedServiceWrapper> trustServices)Method parameters in eu.europa.esig.dss.validation.process.qualification.trust.filter with type arguments of type TrustedServiceWrapper Modifier and Type Method Description List<TrustedServiceWrapper>AbstractTrustedServiceFilter. filter(List<TrustedServiceWrapper> originServices)List<TrustedServiceWrapper>FullyConsistentServiceFilter. filter(List<TrustedServiceWrapper> trustedServices)List<TrustedServiceWrapper>TrustedServiceFilter. filter(List<TrustedServiceWrapper> trustedServices)List<TrustedServiceWrapper>UniqueServiceFilter. filter(List<TrustedServiceWrapper> trustServices)
-