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 TypeMethodDescriptionvoidCertificateExtensions.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 QcStatementsCertificateExtensionsUtils.getQcStatements(CertificateToken certificateToken) Returns the qc-statements extension value, when presentstatic QcStatementsQcStatementUtils.getQcStatements(CertificateToken certToken) Extracts the QCStatements from a certificate tokenstatic QcStatementsQcStatementUtils.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 booleanQcStatementUtils.isQcLegislationPresent(QcStatements qcStatements, String qcLegislation) This method verifies whether a QCLegislation code is present within providedQcStatementsstatic booleanQcStatementUtils.isQcStatementPresent(QcStatements qcStatements, String qcStatementOid) This method verifies whether the givenqcStatementOidis present within theQcStatementsstatic booleanQcStatementUtils.isQcTypePresent(QcStatements qcStatements, String qcTypeOid) This method verifies whether a QCType with a givenqcTypeOidis present within providedQcStatements -
Uses of QcStatements in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type QcStatementsModifier and TypeMethodDescriptionXmlQcStatementsBuilder.build(QcStatements qcStatements) Builds theXmlQcStatements