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 TypeClassDescriptionclass
Contains common code for signature tokens (signature or timestamps).class
An abstract representation of a validation objectclass
Complete revocation wrapper, containing detailed certificate revocation and common informationclass
Provides a user-friendly interface of dealing with JAXBXmlCertificate
class
Wrapper for aXmlRelatedCertificate
objectclass
Wrapper for aXmlRelatedRevocation
objectclass
Revocation wrapper containing common revocation informationclass
Contains user-friendly methods to extract information from anXmlSignature
class
Provides a user-friendly interface for dealing with JAXBXmlTimestamp
object -
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, Map<String, XmlBasicBuildingBlocks> bbbs, POEExtraction poe) 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 CertificateRevocationWrapper
ValidationProcessUtils.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, ValidationPolicy policy, Context context) Default constructor -
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, 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 TokenProxy
SignatureIntactCheck.token
Token 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, LevelConstraint constraint) Default constructorSignatureIntactWithIdCheck
(I18nProvider i18nProvider, T result, TokenProxy token, Context context, LevelConstraint 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, LevelConstraint constraint) Default constructorDigestValuePresentCheck
(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint) Default constructorIssuerSerialMatchCheck
(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint) Default constructorSigningCertificateRecognitionCheck
(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint) Default constructor -
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.sav.cc
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type TokenProxyModifierConstructorDescriptionCryptographicChecker
(I18nProvider i18nProvider, TokenProxy token, Date validationDate, MessageTag position, CryptographicConstraint 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, LevelConstraint constraint) Default constructorCryptographicCheck
(I18nProvider i18nProvider, T result, TokenProxy token, MessageTag position, Date validationDate, CryptographicConstraint constraint) Default constructorSigningCertificateAttributePresentCheck
(I18nProvider i18nProvider, XmlSAV result, TokenProxy token, LevelConstraint constraint) Default constructorSigningCertificateReferencesValidityCheck
(I18nProvider i18nProvider, XmlSAV result, TokenProxy token, LevelConstraint constraint) Default constructorUnicitySigningCertificateAttributeCheck
(I18nProvider i18nProvider, XmlSAV result, TokenProxy token, LevelConstraint 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 TokenProxy
AbstractBasicValidationProcess.token
The token to be validatedConstructors in eu.europa.esig.dss.validation.process.vpfbs with parameters of type TokenProxyModifierConstructorDescriptionprotected
AbstractBasicValidationProcess
(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, LevelConstraint constraint) Default constructorCryptographicVerificationResultCheck
(I18nProvider i18nProvider, T result, XmlCV xmlCV, TokenProxy token, LevelConstraint constraint) Default constructorFormatCheckingResultCheck
(I18nProvider i18nProvider, T result, XmlFC xmlFC, TokenProxy token, LevelConstraint constraint) Default constructorIdentificationOfSigningCertificateResultCheck
(I18nProvider i18nProvider, T result, XmlISC xmlISC, TokenProxy token, LevelConstraint constraint) Default constructorSignatureAcceptanceValidationResultCheck
(I18nProvider i18nProvider, T result, XmlSAV xmlSAV, TokenProxy token, LevelConstraint constraint) Default constructorSigningCertificateNotRevokedCheck
(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelConstraint constraint) Default constructorValidationContextInitializationResultCheck
(I18nProvider i18nProvider, T result, XmlVCI xmlVCI, TokenProxy token, LevelConstraint constraint) Default constructorValidationTimeAtCertificateValidityRangeCheck
(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelConstraint constraint) Default constructorX509CertificateValidationResultCheck
(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelConstraint 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 TokenProxyModifierConstructorDescriptionprotected
AbstractPastTokenValidationCheck
(I18nProvider i18nProvider, XmlValidationProcessArchivalData result, TokenProxy token, XmlPSV xmlPSV, LevelConstraint 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, LevelConstraint 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.vts
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts with parameters of type TokenProxyModifierConstructorDescriptionValidationTimeSliding
(I18nProvider i18nProvider, TokenProxy token, 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, LevelConstraint constraint) Default constructor