Uses of Class
eu.europa.esig.dss.model.x509.extension.QcStatements
Package
Description
-
Uses of QcStatements in eu.europa.esig.dss.model.x509.extension
Modifier and TypeMethodDescriptionCertificateExtensions.getQcStatements()
Returns the QcStatementsModifier and TypeMethodDescriptionvoid
CertificateExtensions.setQcStatements
(QcStatements qcStatements) Sets the QcStatements -
Uses of QcStatements in eu.europa.esig.dss.spi
Modifier and TypeMethodDescriptionstatic QcStatements
CertificateExtensionsUtils.getQcStatements
(CertificateToken certificateToken) Returns the qc-statements extension value, when presentstatic QcStatements
QcStatementUtils.getQcStatements
(CertificateToken certToken) Extracts the QCStatements from a certificate tokenstatic QcStatements
QcStatementUtils.getQcStatements
(org.bouncycastle.asn1.ASN1Sequence qcStatementsSeq) Extracts the QCStatements from a qcStatementsSeq.Modifier and TypeMethodDescriptionstatic boolean
QcStatementUtils.isQcLegislationPresent
(QcStatements qcStatements, String qcLegislation) This method verifies whether a QCLegislation code is present within providedQcStatements
static boolean
QcStatementUtils.isQcStatementPresent
(QcStatements qcStatements, String qcStatementOid) This method verifies whether the givenqcStatementOid
is present within theQcStatements
static boolean
QcStatementUtils.isQcTypePresent
(QcStatements qcStatements, String qcTypeOid) This method verifies whether a QCType with a givenqcTypeOid
is present within providedQcStatements
-
Uses of QcStatements in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionXmlQcStatementsBuilder.build
(QcStatements qcStatements) Builds theXmlQcStatements