Class CertificatePolicyIdentifiers
java.lang.Object
eu.europa.esig.dss.validation.process.CertificatePolicyIdentifiers
Contain util methods for certificate policy identifiers checks
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisLegal(CertificateWrapper certificate) Checks if the certificate is legal QCPstatic booleanisNatural(CertificateWrapper certificate) Checks if the certificate is natural QCPstatic booleanisQCP(CertificateWrapper certificate) Checks if the certificate is QCPstatic booleanisQCPPlus(CertificateWrapper certificate) Checks if the certificate is QCP with SSCDstatic 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
-
isQCP
Checks if the certificate is QCP- Parameters:
certificate-CertificateWrapper- Returns:
- TRUE if the certificate is QCP, FALSE otherwise
-
isQCPPlus
Checks if the certificate is QCP with SSCD- Parameters:
certificate-CertificateWrapper- Returns:
- TRUE if the certificate is QCP with SSCD, FALSE otherwise
-
isLegal
Checks if the certificate is legal QCP- Parameters:
certificate-CertificateWrapper- Returns:
- TRUE if the certificate is legal QCP, FALSE otherwise
-
isNatural
Checks if the certificate is natural QCP- Parameters:
certificate-CertificateWrapper- Returns:
- TRUE if the certificate is natural QCP, FALSE otherwise
-