Uses of Class
eu.europa.esig.dss.model.x509.extension.QcStatements
Packages that use QcStatements
Package
Description
-
Uses of QcStatements in eu.europa.esig.dss.model.x509.extension
Methods in eu.europa.esig.dss.model.x509.extension that return QcStatementsModifier and TypeMethodDescriptionCertificateExtensions.getQcStatements()
Returns the QcStatementsMethods in eu.europa.esig.dss.model.x509.extension with parameters of type QcStatementsModifier and TypeMethodDescriptionvoid
CertificateExtensions.setQcStatements
(QcStatements qcStatements) Sets the QcStatements -
Uses of QcStatements in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return QcStatementsModifier 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.Methods in eu.europa.esig.dss.spi with parameters of type QcStatementsModifier 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
Methods in eu.europa.esig.dss.validation with parameters of type QcStatementsModifier and TypeMethodDescriptionXmlQcStatementsBuilder.build
(QcStatements qcStatements) Builds theXmlQcStatements