Class QCStatementPolicyIdentifiers
java.lang.Object
eu.europa.esig.dss.validation.process.QCStatementPolicyIdentifiers
public final class QCStatementPolicyIdentifiers extends Object
Qualified Certificate Statement constants
-
Method Summary
Modifier and Type Method Description static booleanisQCCompliant(CertificateWrapper certificate)Checks if the certificate is QC compliantstatic booleanisSupportedByQSCD(CertificateWrapper certificate)Checks if the certificate if supported by QSCD
-
Method Details
-
isSupportedByQSCD
Checks if the certificate if supported by QSCD- Parameters:
certificate-CertificateWrapper- Returns:
- TRUE if the certificate is supported by QSCD, FALSE otherwise
-
isQCCompliant
Checks if the certificate is QC compliant- Parameters:
certificate-CertificateWrapper- Returns:
- TRUE if the certificate is QC compliant, FALSE otherwise
-