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
Constructors in eu.europa.esig.dss.validation.process.qualification.certificate with parameters of type TrustedServiceWrapper Constructor Description CertificateQualificationCalculation(CertificateWrapper endEntityCert, TrustedServiceWrapper caqcTrustService)
Constructor parameters in eu.europa.esig.dss.validation.process.qualification.certificate with type arguments of type TrustedServiceWrapper Constructor Description CertQualificationAtTimeBlock(I18nProvider i18nProvider, ValidationTime validationTime, CertificateWrapper signingCertificate, List<TrustedServiceWrapper> caqcServices)
CertQualificationAtTimeBlock(I18nProvider i18nProvider, 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(I18nProvider i18nProvider, XmlValidationCertificateQualification result, TrustedServiceWrapper trustedService, LevelConstraint constraint)
TrustedCertificateMatchTrustServiceCheck(I18nProvider i18nProvider, XmlValidationCertificateQualification result, TrustedServiceWrapper trustService, 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 QSCDStrategy
QSCDStrategyFactory. createQSCDFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService, QualifiedStatus qualified)
static QSCDStrategy
QSCDStrategyFactory. 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 QualificationStrategy
QualificationStrategyFactory. createQualificationFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService)
static QualificationStrategy
QualificationStrategyFactory. 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 TypeStrategy
TypeStrategyFactory. createTypeFromCertAndTL(CertificateWrapper signingCertificate, TrustedServiceWrapper caQcTrustedService, QualifiedStatus qualified)
static TypeStrategy
TypeStrategyFactory. createTypeFromTL(TrustedServiceWrapper trustedService, QualifiedStatus qualified, TypeStrategy typeInCert)
-
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 TrustedServiceWrapper Constructor Description GrantedStatusAtProductionTimeCheck(I18nProvider i18nProvider, XmlValidationTimestampQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint)
QTSTCheck(I18nProvider i18nProvider, XmlValidationTimestampQualification result, List<TrustedServiceWrapper> trustServicesAtTime, LevelConstraint constraint)
-
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 boolean
TrustedServiceCondition. isConsistent(TrustedServiceWrapper trustedService)
static boolean
TrustedServiceChecker. isFullyConsistent(TrustedServiceWrapper service)
static boolean
TrustedServiceChecker. isLegalPersonConsistent(TrustedServiceWrapper service)
static boolean
TrustedServiceChecker. isPreEIDASConsistent(TrustedServiceWrapper service)
static boolean
TrustedServiceChecker. isQCStatementConsistent(TrustedServiceWrapper service)
static boolean
TrustedServiceChecker. isQSCDConsistent(TrustedServiceWrapper service)
static boolean
TrustedServiceChecker. isQSCDStatusAsInCertConsistent(TrustedServiceWrapper service)
static boolean
TrustedServiceChecker. isQualifierAndAdditionalServiceInfoConsistent(TrustedServiceWrapper service)
static boolean
TrustedServiceChecker. 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)
Methods in eu.europa.esig.dss.validation.process.qualification.trust.filter with parameters of type TrustedServiceWrapper Modifier and Type Method Description boolean
GrantedServiceFilter. isAcceptable(TrustedServiceWrapper service)
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)