Uses of Class
eu.europa.esig.dss.diagnostic.TrustedServiceWrapper
Packages that use TrustedServiceWrapper
Package
Description
-
Uses of TrustedServiceWrapper in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type TrustedServiceWrapperModifier and TypeMethodDescriptionCertificateWrapper.getTrustedServices()Returns a list ofTrustedServiceWrappers -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.certificate
Methods in eu.europa.esig.dss.validation.process.qualification.certificate that return types with arguments of type TrustedServiceWrapperModifier and TypeMethodDescriptionCertQualificationAtTimeBlock.getFilteredServices()Returns a list of filtered valid trust services allowed to issue qualified certificatesConstructors in eu.europa.esig.dss.validation.process.qualification.certificate with parameters of type TrustedServiceWrapperModifierConstructorDescriptionCertificateQualificationCalculator(CertificateWrapper endEntityCert, TrustedServiceWrapper caqcTrustService) Default constructorConstructor parameters in eu.europa.esig.dss.validation.process.qualification.certificate with type arguments of type TrustedServiceWrapperModifierConstructorDescriptionCertQualificationAtTimeBlock(I18nProvider i18nProvider, ValidationTime validationTime, CertificateWrapper signingCertificate, List<TrustedServiceWrapper> acceptableServices) Constructor to instantiate the validation at the certificate's issuance timeCertQualificationAtTimeBlock(I18nProvider i18nProvider, ValidationTime validationTime, Date date, CertificateWrapper signingCertificate, List<TrustedServiceWrapper> acceptableServices) Constructor to instantiate the validation at the validation time -
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 TrustedServiceWrapperModifierConstructorDescriptionServiceConsistencyCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, TrustedServiceWrapper trustedService, LevelConstraint constraint) Default constructorTrustedCertificateMatchTrustServiceCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, TrustedServiceWrapper trustService, LevelConstraint constraint) Default constructorValidCAQCCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, TrustedServiceWrapper trustService, LevelConstraint constraint) Default constructorConstructor parameters in eu.europa.esig.dss.validation.process.qualification.certificate.checks with type arguments of type TrustedServiceWrapperModifierConstructorDescriptionCaQcCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServices, LevelConstraint constraint) Default constructorCertificateIssuedByConsistentByQCTrustServiceCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructorCertificateIssuedByConsistentByQSCDTrustServiceCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructorCertificateTypeCoverageCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructorGrantedStatusCheck(I18nProvider i18nProvider, T result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructorIsAbleToSelectOneTrustService(I18nProvider i18nProvider, XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructorRelatedToMraEnactedTrustServiceCheck(I18nProvider i18nProvider, T result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructorTrustServiceAtTimeCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServicesAtTime, ValidationTime validationTime, LevelConstraint constraint) Default constructorTrustServicesByCertificateTypeCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, List<TrustedServiceWrapper> trustServices, LevelConstraint constraint) Default constructor -
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 TrustedServiceWrapperModifier and TypeMethodDescriptionstatic QSCDStrategyQSCDStrategyFactory.createQSCDFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService, CertificateQualifiedStatus qualified) Creates a QSCD Strategy from the given certificate and TrustedServicestatic QSCDStrategyQSCDStrategyFactory.createQSCDFromTL(TrustedServiceWrapper trustedService, CertificateQualifiedStatus qualified, QSCDStrategy qscdFromCertificate) Creates a QSCD Strategy from the TrustedService -
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 TrustedServiceWrapperModifier and TypeMethodDescriptionstatic QualificationStrategyQualificationStrategyFactory.createQualificationFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService) CreatesQualificationStrategyfrom the certificate and Trusted Servicestatic QualificationStrategyQualificationStrategyFactory.createQualificationFromTL(TrustedServiceWrapper trustedService, QualificationStrategy qualifiedInCert) CreatesQualificationStrategyfrom the Trusted Service -
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 TrustedServiceWrapperModifier and TypeMethodDescriptionstatic TypeStrategyTypeStrategyFactory.createTypeFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService, CertificateQualifiedStatus qualified) Creates aTypeStrategyfrom a certificate and Trusted Servicestatic TypeStrategyTypeStrategyFactory.createTypeFromTL(TrustedServiceWrapper trustedService, CertificateQualifiedStatus qualified, TypeStrategy typeInCert) Creates aTypeStrategyfrom a Trusted Service -
Uses of TrustedServiceWrapper in eu.europa.esig.dss.validation.process.qualification.timestamp.checks
Constructor parameters in eu.europa.esig.dss.validation.process.qualification.timestamp.checks with type arguments of type TrustedServiceWrapperModifierConstructorDescriptionGrantedStatusAtProductionTimeCheck(I18nProvider i18nProvider, XmlValidationTimestampQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructorQTSTCheck(I18nProvider i18nProvider, XmlValidationTimestampQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint) Default constructor -
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 TrustedServiceWrapperModifier and TypeMethodDescriptionbooleanTrustedServiceCondition.isConsistent(TrustedServiceWrapper trustedService) Whether the TrustedService is consistentbooleanTrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency.isConsistent(TrustedServiceWrapper trustedService) booleanTrustedServiceStatusPreEIDASConsistency.isConsistent(TrustedServiceWrapper trustedService) static booleanTrustedServiceChecker.isLegalPersonConsistent(TrustedServiceWrapper service) Checks whether the legal person identifiers withinTrustedServiceWrapperare consistentstatic booleanTrustedServiceChecker.isPreEIDASQualifierAndAdditionalServiceInfoConsistent(TrustedServiceWrapper service) Checks whether the qualifiers and additional service information before eIDAS withinTrustedServiceWrapperare consistentstatic booleanTrustedServiceChecker.isPreEIDASStatusConsistent(TrustedServiceWrapper service) Checks whether the statuses before eIDAS withinTrustedServiceWrapperare consistentstatic booleanTrustedServiceChecker.isQCStatementConsistent(TrustedServiceWrapper service) Checks whether the QC statement identifiers withinTrustedServiceWrapperare consistentstatic booleanTrustedServiceChecker.isQSCDConsistent(TrustedServiceWrapper service) Checks whether the QSCD identifiers withinTrustedServiceWrapperare consistentstatic booleanTrustedServiceChecker.isQSCDStatusAsInCertConsistent(TrustedServiceWrapper service) Checks whether the QSCD as in cert identifier withinTrustedServiceWrapperis consistentstatic booleanTrustedServiceChecker.isQualifierAndAdditionalServiceInfoConsistent(TrustedServiceWrapper service) Checks whether the qualifiers and additional service information are consistentstatic booleanTrustedServiceChecker.isUsageConsistent(TrustedServiceWrapper service) Checks whether the usage type identifiers withinTrustedServiceWrapperare consistent -
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 TrustedServiceWrapperModifier and TypeMethodDescriptionAbstractTrustedServiceFilter.filter(List<TrustedServiceWrapper> originServices) ConsistentServiceByCertificateTypeFilter.filter(List<TrustedServiceWrapper> trustedServices) ConsistentServiceByQCFilter.filter(List<TrustedServiceWrapper> trustedServices) ConsistentServiceByQSCDFilter.filter(List<TrustedServiceWrapper> trustedServices) ConsistentServiceByStatusFilter.filter(List<TrustedServiceWrapper> trustedServices) ServiceByMRAEnactedFilter.filter(List<TrustedServiceWrapper> trustedServices) TrustedServiceFilter.filter(List<TrustedServiceWrapper> trustedServices) Filters a list ofTrustedServiceWrappersUniqueServiceFilter.filter(List<TrustedServiceWrapper> trustServices) Methods in eu.europa.esig.dss.validation.process.qualification.trust.filter with parameters of type TrustedServiceWrapperModifier and TypeMethodDescriptionprotected abstract booleanAbstractTrustedServiceFilter.isAcceptable(TrustedServiceWrapper service) Checks whether theserviceis acceptableprotected booleanCaQcServiceFilter.isAcceptable(TrustedServiceWrapper service) booleanGrantedServiceFilter.isAcceptable(TrustedServiceWrapper service) protected booleanQTSTServiceFilter.isAcceptable(TrustedServiceWrapper service) protected booleanServiceByCertificateTypeFilter.isAcceptable(TrustedServiceWrapper service) protected booleanServiceByCountryFilter.isAcceptable(TrustedServiceWrapper service) protected booleanServiceByDateFilter.isAcceptable(TrustedServiceWrapper service) protected booleanServiceByMRAEquivalenceStartingDateFilter.isAcceptable(TrustedServiceWrapper service) protected booleanServiceByTLUrlFilter.isAcceptable(TrustedServiceWrapper service) Method parameters in eu.europa.esig.dss.validation.process.qualification.trust.filter with type arguments of type TrustedServiceWrapperModifier and TypeMethodDescriptionAbstractTrustedServiceFilter.filter(List<TrustedServiceWrapper> originServices) ConsistentServiceByCertificateTypeFilter.filter(List<TrustedServiceWrapper> trustedServices) ConsistentServiceByQCFilter.filter(List<TrustedServiceWrapper> trustedServices) ConsistentServiceByQSCDFilter.filter(List<TrustedServiceWrapper> trustedServices) ConsistentServiceByStatusFilter.filter(List<TrustedServiceWrapper> trustedServices) ServiceByMRAEnactedFilter.filter(List<TrustedServiceWrapper> trustedServices) TrustedServiceFilter.filter(List<TrustedServiceWrapper> trustedServices) Filters a list ofTrustedServiceWrappersUniqueServiceFilter.filter(List<TrustedServiceWrapper> trustServices)