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 boolean
isLegal
(CertificateWrapper certificate) Checks if the certificate is legal QCPstatic boolean
isNatural
(CertificateWrapper certificate) Checks if the certificate is natural QCPstatic boolean
isQCP
(CertificateWrapper certificate) Checks if the certificate is QCPstatic boolean
isQCPPlus
(CertificateWrapper certificate) Checks if the certificate is QCP with SSCDstatic boolean
isSupportedByQSCD
(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
-