Uses of Interface
eu.europa.esig.dss.diagnostic.TokenProxy
Packages that use TokenProxy
Package
Description
-
Uses of TokenProxy in eu.europa.esig.dss.diagnostic
Classes in eu.europa.esig.dss.diagnostic that implement TokenProxyModifier and TypeClassDescriptionclassContains common code for signature tokens (signature or timestamps).classAn abstract representation of a validation objectclassComplete revocation wrapper, containing detailed certificate revocation and common informationclassProvides a user-friendly interface of dealing with JAXBXmlCertificateclassWrapper for aXmlRelatedCertificateobjectclassWrapper for aXmlRelatedRevocationobjectclassRevocation wrapper containing common revocation informationclassContains user-friendly methods to extract information from anXmlSignatureclassProvides a user-friendly interface for dealing with JAXBXmlTimestampobject -
Uses of TokenProxy in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process with parameters of type TokenProxyModifier and TypeMethodDescriptionstatic List<CertificateRevocationWrapper> ValidationProcessUtils.getAcceptableRevocationDataForPSVIfExistOrReturnAll(TokenProxy token, CertificateWrapper certificate, Date currentTime, Map<String, XmlBasicBuildingBlocks> bbbs, POEExtraction poe, LevelRule revocationIssuerSunsetDateConstraint) This method verifies if there is an acceptable revocation data according to rules defined in 5.6.2.4 step 1) and returns a list of the revocation data.static CertificateRevocationWrapperValidationProcessUtils.getLatestAcceptableRevocationData(TokenProxy token, CertificateWrapper certificate, Collection<CertificateRevocationWrapper> revocationData, Date controlTime, Map<String, XmlBasicBuildingBlocks> bbbs, POEExtraction poe) Returns a revocation data used for basic signature validation -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb
Constructors in eu.europa.esig.dss.validation.process.bbb with parameters of type TokenProxyModifierConstructorDescriptionBasicBuildingBlocks(I18nProvider i18nProvider, DiagnosticData diagnosticData, TokenProxy token, Date currentTime, Map<String, XmlBasicBuildingBlocks> bbbs, ValidationPolicy policy, Context context) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.aov
Classes in eu.europa.esig.dss.validation.process.bbb.aov with type parameters of type TokenProxyModifier and TypeClassDescriptionclassPerforms validation of the signature token (or timestamp), including validation of the signature value, signed attributes and certificate chainclassPerforms cryptographic validation of a token's signature value algorithm and algorithms used within the signed properties, when applicableclassTokenAlgorithmObsolescenceValidation<T extends TokenProxy>Performs cryptographic validation for a givenTokenProxy, including the signature value, signed properties and certificate chain validation, when applicableclassPerforms cryptographic validation of the token's certificate chain only -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.cv
Constructors in eu.europa.esig.dss.validation.process.bbb.cv with parameters of type TokenProxyModifierConstructorDescriptionCryptographicVerification(I18nProvider i18nProvider, DiagnosticData diagnosticData, TokenProxy token, Context context, ValidationPolicy validationPolicy) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.cv.checks
Fields in eu.europa.esig.dss.validation.process.bbb.cv.checks declared as TokenProxyModifier and TypeFieldDescriptionprotected final TokenProxySignatureIntactCheck.tokenToken to checkConstructors in eu.europa.esig.dss.validation.process.bbb.cv.checks with parameters of type TokenProxyModifierConstructorDescriptionSignatureIntactCheck(I18nProvider i18nProvider, T result, TokenProxy token, Context context, LevelRule constraint) Default constructorSignatureIntactWithIdCheck(I18nProvider i18nProvider, T result, TokenProxy token, Context context, LevelRule constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.isc
Constructors in eu.europa.esig.dss.validation.process.bbb.isc with parameters of type TokenProxyModifierConstructorDescriptionIdentificationOfTheSigningCertificate(I18nProvider i18nProvider, TokenProxy token, Context context, ValidationPolicy validationPolicy) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.isc.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.isc.checks with parameters of type TokenProxyModifierConstructorDescriptionDigestValueMatchCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelRule constraint) Default constructorDigestValuePresentCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelRule constraint) Default constructorIssuerSerialMatchCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelRule constraint) Default constructorSigningCertificateRecognitionCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelRule constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.sav.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type TokenProxyModifierConstructorDescriptionAllCertificatesInPathReferencedCheck(I18nProvider i18nProvider, XmlSAV result, TokenProxy token, LevelRule constraint) Default constructorSigningCertificateAttributePresentCheck(I18nProvider i18nProvider, XmlSAV result, TokenProxy token, LevelRule constraint) Default constructorSigningCertificateReferencesValidityCheck(I18nProvider i18nProvider, XmlSAV result, TokenProxy token, LevelRule constraint) Default constructorUnicitySigningCertificateAttributeCheck(I18nProvider i18nProvider, XmlSAV result, TokenProxy token, LevelRule constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfbs
Fields in eu.europa.esig.dss.validation.process.vpfbs declared as TokenProxyModifier and TypeFieldDescriptionprotected final TokenProxyAbstractBasicValidationProcess.tokenThe token to be validatedConstructors in eu.europa.esig.dss.validation.process.vpfbs with parameters of type TokenProxyModifierConstructorDescriptionprotectedAbstractBasicValidationProcess(I18nProvider i18nProvider, T result, DiagnosticData diagnosticData, TokenProxy token, Map<String, XmlBasicBuildingBlocks> bbbs) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfbs.checks
Constructors in eu.europa.esig.dss.validation.process.vpfbs.checks with parameters of type TokenProxyModifierConstructorDescriptionBasicValidationProcessCheck(I18nProvider i18nProvider, T result, XmlConclusion xmlConclusion, TokenProxy token, LevelRule constraint) Default constructorCryptographicVerificationResultCheck(I18nProvider i18nProvider, T result, XmlCV xmlCV, TokenProxy token, LevelRule constraint) Default constructorFormatCheckingResultCheck(I18nProvider i18nProvider, T result, XmlFC xmlFC, TokenProxy token, LevelRule constraint) Default constructorIdentificationOfSigningCertificateResultCheck(I18nProvider i18nProvider, T result, XmlISC xmlISC, TokenProxy token, LevelRule constraint) Default constructorSignatureAcceptanceValidationNoCryptoResultCheck(I18nProvider i18nProvider, T result, XmlSAV xmlSAV, TokenProxy token, LevelRule constraint) Default constructorSignatureAcceptanceValidationResultCheck(I18nProvider i18nProvider, T result, XmlSAV xmlSAV, TokenProxy token, LevelRule constraint) Default constructorSigningCertificateNotRevokedCheck(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelRule constraint) Default constructorValidationContextInitializationResultCheck(I18nProvider i18nProvider, T result, XmlVCI xmlVCI, TokenProxy token, LevelRule constraint) Default constructorValidationTimeAtCertificateValidityRangeCheck(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelRule constraint) Default constructorX509CertificateValidationResultCheck(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelRule constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfswatsp.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks with parameters of type TokenProxyModifierConstructorDescriptionprotectedAbstractPastTokenValidationCheck(I18nProvider i18nProvider, T result, TokenProxy token, XmlPSV xmlPSV, LevelRule constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfswatsp.checks.pcv
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.pcv with parameters of type TokenProxyModifierConstructorDescriptionPastCertificateValidation(I18nProvider i18nProvider, TokenProxy token, Map<String, XmlBasicBuildingBlocks> bbbs, POEExtraction poe, Date currentTime, ValidationPolicy policy, Context context) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfswatsp.checks.pcv.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.pcv.checks with parameters of type TokenProxyModifierConstructorDescriptionProspectiveCertificateChainCheck(I18nProvider i18nProvider, XmlPCV result, TokenProxy token, LevelRule constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv with parameters of type TokenProxyModifierConstructorDescriptionPastSignatureValidation(I18nProvider i18nProvider, TokenProxy token, Map<String, XmlBasicBuildingBlocks> bbbs, XmlConclusion currentConclusion, POEExtraction poe, Date currentTime, ValidationPolicy policy, Context context) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks with parameters of type TokenProxyModifierConstructorDescriptionPOEExistsCheck(I18nProvider i18nProvider, XmlPSV result, TokenProxy token, Date controlTime, POEExtraction poe, LevelRule constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts with parameters of type TokenProxyModifierConstructorDescriptionValidationTimeSliding(I18nProvider i18nProvider, TokenProxy token, CertificateWrapper trustedCertificate, Date currentTime, POEExtraction poe, Map<String, XmlBasicBuildingBlocks> bbbs, Context context, ValidationPolicy policy) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks with parameters of type TokenProxyModifierConstructorDescriptionPOEExistsAtOrBeforeControlTimeCheck(I18nProvider i18nProvider, T result, TokenProxy token, TimestampedObjectType referenceCategory, Date controlTime, POEExtraction poe, LevelRule constraint) Default constructor