Class TrustedServiceChecker
- java.lang.Object
-
- eu.europa.esig.dss.validation.process.qualification.trust.consistency.TrustedServiceChecker
-
public final class TrustedServiceChecker extends Object
-
-
Method Summary
Modifier and Type Method Description static booleanisFullyConsistent(TrustedServiceWrapper service)static booleanisLegalPersonConsistent(TrustedServiceWrapper service)static booleanisPreEIDASConsistent(TrustedServiceWrapper service)static booleanisQCStatementConsistent(TrustedServiceWrapper service)static booleanisQSCDConsistent(TrustedServiceWrapper service)static booleanisQSCDStatusAsInCertConsistent(TrustedServiceWrapper service)static booleanisQualifierAndAdditionalServiceInfoConsistent(TrustedServiceWrapper service)static booleanisUsageConsistent(TrustedServiceWrapper service)
-
-
-
Method Detail
-
isFullyConsistent
public static boolean isFullyConsistent(TrustedServiceWrapper service)
-
isLegalPersonConsistent
public static boolean isLegalPersonConsistent(TrustedServiceWrapper service)
-
isQCStatementConsistent
public static boolean isQCStatementConsistent(TrustedServiceWrapper service)
-
isQSCDConsistent
public static boolean isQSCDConsistent(TrustedServiceWrapper service)
-
isQSCDStatusAsInCertConsistent
public static boolean isQSCDStatusAsInCertConsistent(TrustedServiceWrapper service)
-
isUsageConsistent
public static boolean isUsageConsistent(TrustedServiceWrapper service)
-
isPreEIDASConsistent
public static boolean isPreEIDASConsistent(TrustedServiceWrapper service)
-
isQualifierAndAdditionalServiceInfoConsistent
public static boolean isQualifierAndAdditionalServiceInfoConsistent(TrustedServiceWrapper service)
-
-