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, 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 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, 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, 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, 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 TokenProxyModifierConstructorDescriptionprotectedCertificateChainCryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Constructor to create a CertificateChainCryptographicCheck with a defined token's idCryptographicChecker(I18nProvider i18nProvider, TokenProxy token, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructorTokenCertificateChainCryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorTokenCertificateChainCryptographicChecker(I18nProvider i18nProvider, TokenProxy token, Date validationTime, Context context, MessageTag position, ValidationPolicy validationPolicy) Common 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 constructorprotectedCryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, MessageTag position, Date validationDate, CryptographicConstraint constraint, String tokenId) Default constructorCryptographicCheckWithId(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 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, 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 TokenProxyModifierConstructorDescriptionprotectedAbstractPastTokenValidationCheck(I18nProvider i18nProvider, T 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