Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationQWACProcess
Packages that use XmlValidationQWACProcess
Package
Description
-
Uses of XmlValidationQWACProcess in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlValidationQWACProcessModifier and TypeFieldDescriptionprotected List<XmlValidationQWACProcess> XmlQWACProcess.validationQWACProcessMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlValidationQWACProcessModifier and TypeMethodDescriptionObjectFactory.createXmlValidationQWACProcess()Create an instance ofXmlValidationQWACProcessMethods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlValidationQWACProcessModifier and TypeMethodDescriptionXmlQWACProcess.getValidationQWACProcess()Gets the value of the validationQWACProcess property. -
Uses of XmlValidationQWACProcess in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub
Subclasses with type arguments of type XmlValidationQWACProcess in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.subModifier and TypeClassDescriptionclassThis class contains common methods for performing a QWAC certificate validationclassThis class performs validation process of a TLS certificate on whether it is supported by a 2-QWAC certificate (through the TLS Certificate Binding mechanism). -
Uses of XmlValidationQWACProcess in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub.checks
Subclasses with type arguments of type XmlValidationQWACProcess in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub.checksModifier and TypeClassDescriptionclassChecks whether the certificate qualification process has been performed successfullyclassThis class verifies whether the certificate is a Qualified Certificate for WebSiteAuthentication at the given timeclassVerifies conformance of the "extended-key-usage" certificate extension for the 2-QWAC profileclassVerifies whether the certificate has been issued under the appropriate QWAC certificate policyclassThis class verifies whether the website domain name in question appears in the QWAC's subject alternative name(s)classThis class verifies the validity period of the QWAC certificate against the current date and timeclassVerifies that the TLS certificate is present within the TLS Certificate Binding signatureclassChecks whether the certificate presented in the binding is QWACclassVerifies the validity of the TLS Certificate Binding signatureclassVerifies whether the 'exp' protected header (expiration time) is presentclassVerifies whether the format of the obtained TLS Certificate Binding signature is allowedclassChecks whether a TLS Certificate Binding signature has been successfully fetchedclassVerifies whether the serialization type of the obtained signature is allowedclassVerifies the basic validation result of a JADES signature on the TLS Certificate BindingclassChecks whether an HTTP 'Link' response header (as defined in IETF RFC 8288 [6]), with a rel value of tls-certificate-binding, has been found.Constructors in eu.europa.esig.dss.validation.process.qualification.certificate.qwac.sub.checks with parameters of type XmlValidationQWACProcessModifierConstructorDescriptionCertificateQualificationConclusiveCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, XmlCertificateQualificationProcess certificateQualification, LevelRule constraint) Default constructorQualifiedCertificateForWSAAtTimeCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, XmlValidationCertificateQualification certificateQualification, LevelRule constraint) Default constructorQWAC2ExtKeyUsageCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, CertificateWrapper certificate, LevelRule constraint) Default constructorQWAC2ValidationResultCheck(I18nProvider i18nProvider, XmlQWACProcess result, XmlValidationQWACProcess[] qwacValidationProcesses, LevelRule constraint) Default constructorQWACCertificatePolicyCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, CertificateWrapper certificate, QWACProfile qwacProfile, LevelRule constraint) Default constructorQWACDomainNameCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, CertificateWrapper certificate, String websiteUrl, LevelRule constraint) Default constructorQWACValidationResultCheck(I18nProvider i18nProvider, XmlQWACProcess result, XmlValidationQWACProcess[] qwacValidationProcesses, LevelRule constraint) Default constructorQWACValidityPeriodCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, CertificateWrapper certificate, Date currentTime, LevelRule constraint) Default constructorTLSCertificateBindingPresentInSignatureCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, CertificateWrapper tlsCertificate, SignatureWrapper bindingSignature, LevelRule constraint) Default constructorTLSCertificateBindingQWACCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, QWACProfile qwacProfile, LevelRule constraint) Default constructorTLSCertificateBindingSignatureExpiryDateCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, Date currentTime, SignatureWrapper signature, List<CertificateWrapper> certificates, LevelRule constraint) Default constructorTLSCertificateBindingSignatureExpProtectedHeaderPresentCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, SignatureWrapper signature, LevelRule constraint) Default constructorTLSCertificateBindingSignatureFormatCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, SignatureWrapper signature, LevelRule constraint) Default constructorTLSCertificateBindingSignatureFoundCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, SignatureWrapper signature, LevelRule constraint) Default constructorTLSCertificateBindingSignatureSerializationTypeCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, SignatureWrapper signature, LevelRule constraint) Default constructorTLSCertificateBindingSignatureValidationResultCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, XmlConclusion bindingSignatureBasicValidationConclusion, LevelRule constraint) Default constructorTLSCertificateBindingUrlPresentCheck(I18nProvider i18nProvider, XmlValidationQWACProcess result, String tlsCertificateBindingUrl, LevelRule constraint) Default constructor