Uses of Enum Class
eu.europa.esig.dss.enumerations.QWACProfile
Packages that use QWACProfile
Package
Description
-
Uses of QWACProfile in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return QWACProfileModifier and TypeMethodDescriptionDetailedReport.getCertificateQWACProfile(String certificateId) Gets the QWAC Profile of the given certificate, if the validation has been performed. -
Uses of QWACProfile in eu.europa.esig.dss.detailedreport.jaxb
Subclasses with type arguments of type QWACProfile in eu.europa.esig.dss.detailedreport.jaxbFields in eu.europa.esig.dss.detailedreport.jaxb declared as QWACProfileModifier and TypeFieldDescriptionprotected QWACProfileXmlQWACProcess.qwacTypeprotected QWACProfileXmlValidationQWACProcess.qwacTypeMethods in eu.europa.esig.dss.detailedreport.jaxb that return QWACProfileModifier and TypeMethodDescriptionXmlQWACProcess.getQWACType()Gets the value of the qwacType property.XmlValidationQWACProcess.getQWACType()Gets the value of the qwacType property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type QWACProfileModifier and TypeMethodDescriptionAdapter8.marshal(QWACProfile value) voidXmlQWACProcess.setQWACType(QWACProfile value) Sets the value of the qwacType property.voidXmlValidationQWACProcess.setQWACType(QWACProfile value) Sets the value of the qwacType property. -
Uses of QWACProfile in eu.europa.esig.dss.enumerations
Subclasses with type arguments of type QWACProfile in eu.europa.esig.dss.enumerationsModifier and TypeClassDescriptionenumContains QWAC profiles as per ETSI TS 119 411-5Methods in eu.europa.esig.dss.enumerations that return QWACProfileModifier and TypeMethodDescriptionstatic QWACProfileQWACProfile.fromReadable(String readable) Gets theQWACProfilefrom readbaleStringstatic QWACProfileReturns the enum constant of this class with the specified name.static QWACProfile[]QWACProfile.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of QWACProfile in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return QWACProfileMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type QWACProfileModifier and TypeMethodDescriptionstatic StringQWACProfileParser.print(QWACProfile v) Gets a text name of the value -
Uses of QWACProfile in eu.europa.esig.dss.simplecertificatereport
Methods in eu.europa.esig.dss.simplecertificatereport that return QWACProfileModifier and TypeMethodDescriptionSimpleCertificateReport.getQWACProfile()This method returns the QWAC validation result as per ETSI TS 119 411-5.SimpleCertificateReport.getTLSBindingSignatureIssuerCertificateQWACProfile()Gets the Indication for the TLS Certificate Binging signature validation. -
Uses of QWACProfile in eu.europa.esig.dss.simplecertificatereport.jaxb
Subclasses with type arguments of type QWACProfile in eu.europa.esig.dss.simplecertificatereport.jaxbFields in eu.europa.esig.dss.simplecertificatereport.jaxb declared as QWACProfileMethods in eu.europa.esig.dss.simplecertificatereport.jaxb that return QWACProfileModifier and TypeMethodDescriptionXmlChainItem.getQwacProfile()Gets the value of the qwacProfile property.Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type QWACProfileModifier and TypeMethodDescriptionAdapter4.marshal(QWACProfile value) voidXmlChainItem.setQwacProfile(QWACProfile value) Sets the value of the qwacProfile property. -
Uses of QWACProfile in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process with parameters of type QWACProfileModifier and TypeMethodDescriptionstatic MessageTagValidationProcessUtils.getQWACValidationMessageTag(QWACProfile qwacProfile) Returns aMessageTagcorresponding to the givenValidationTimetype -
Uses of QWACProfile in eu.europa.esig.dss.validation.process.qualification.certificate.qwac
Constructors in eu.europa.esig.dss.validation.process.qualification.certificate.qwac with parameters of type QWACProfileModifierConstructorDescriptionQWACForTLSCertificateValidationBlock(I18nProvider i18nProvider, DiagnosticData diagnosticData, CertificateWrapper certificate, Map<String, XmlBasicBuildingBlocks> bbbs, XmlCertificateQualificationProcess certificateQualification, QWACProfile bindingCertificateProfile, String websiteUrl) Default constructor -
Uses of QWACProfile in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub
Methods in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub that return QWACProfileModifier and TypeMethodDescriptionabstract QWACProfileAbstractQWACValidationProcessBlock.getQWACProfile()Gets the current QWAC profileQWAC1ValidationProcessBlock.getQWACProfile()QWAC2ValidationProcessBlock.getQWACProfile()TLSCertificateSupportedByQWAC2ValidationProcessBlock.getQWACProfile()Gets the current QWAC profileConstructors in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub with parameters of type QWACProfileModifierConstructorDescriptionTLSCertificateSupportedByQWAC2ValidationProcessBlock(I18nProvider i18nProvider, DiagnosticData diagnosticData, CertificateWrapper tlsCertificate, XmlConclusion tlsCertificateBasicValidationConclusion, XmlConclusion bindingSignatureBasicValidationConclusion, QWACProfile bindingCertificateProfile, String websiteUrl) Common constructor -
Uses of QWACProfile in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub.checks
Constructors in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub.checks with parameters of type QWACProfileModifierConstructorDescriptionQWACCertificatePolicyCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, CertificateWrapper certificate, QWACProfile qwacProfile, LevelRule constraint) Default constructorTLSCertificateBindingQWACCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, QWACProfile qwacProfile, LevelRule constraint) Default constructor