Uses of Interface
eu.europa.esig.dss.diagnostic.TokenProxy
-
Uses of TokenProxy in eu.europa.esig.dss.diagnostic
Classes in eu.europa.esig.dss.diagnostic that implement TokenProxy Modifier and Type Class Description class
AbstractTokenProxy
class
CertificateRevocationWrapper
Complete revocation wrapper, containing detailed certificate revocation and common informationclass
CertificateWrapper
class
RelatedCertificateWrapper
class
RelatedRevocationWrapper
class
RevocationWrapper
Revocation wrapper containing common revocation informationclass
SignatureWrapper
class
TimestampWrapper
-
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb
Constructors in eu.europa.esig.dss.validation.process.bbb with parameters of type TokenProxy Constructor Description BasicBuildingBlocks(I18nProvider i18nProvider, DiagnosticData diagnosticData, TokenProxy token, Date currentTime, ValidationPolicy policy, Context context)
-
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 TokenProxy Constructor Description CryptographicVerification(I18nProvider i18nProvider, DiagnosticData diagnosticData, TokenProxy token, Context context, ValidationPolicy validationPolicy)
-
Uses of TokenProxy in eu.europa.esig.dss.validation.process.bbb.cv.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.cv.checks with parameters of type TokenProxy Constructor Description SignatureIntactCheck(I18nProvider i18nProvider, T result, TokenProxy token, Context context, LevelConstraint constraint)
-
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 TokenProxy Constructor Description IdentificationOfTheSigningCertificate(I18nProvider i18nProvider, TokenProxy token, Context context, ValidationPolicy validationPolicy)
-
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 TokenProxy Constructor Description DigestValueMatchCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint)
DigestValuePresentCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint)
IssuerSerialMatchCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint)
SigningCertificateAttributePresentCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint)
SigningCertificateRecognitionCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint)
UnicitySigningCertificateAttributeCheck(I18nProvider i18nProvider, XmlISC result, TokenProxy token, LevelConstraint constraint)
-
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 TokenProxy Constructor Description CryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, Date currentTime, CryptographicConstraint constraint)
-
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 TokenProxy Constructor Description PastCertificateValidation(I18nProvider i18nProvider, TokenProxy token, XmlBasicBuildingBlocks bbb, POEExtraction poe, Date currentTime, ValidationPolicy policy, Context context)
-
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 TokenProxy Constructor Description ProspectiveCertificateChainCheck(I18nProvider i18nProvider, XmlPCV result, TokenProxy token, LevelConstraint constraint)
-
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 TokenProxy Constructor Description PastSignatureValidation(I18nProvider i18nProvider, TokenProxy token, Map<String,XmlBasicBuildingBlocks> bbbs, POEExtraction poe, Date currentTime, ValidationPolicy policy, Context context)
-
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 TokenProxy Constructor Description ValidationTimeSliding(I18nProvider i18nProvider, TokenProxy token, Date currentTime, POEExtraction poe, XmlBasicBuildingBlocks bbb, Context context, ValidationPolicy policy)
-
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 TokenProxy Constructor Description POEExistsAtOrBeforeControlTimeCheck(I18nProvider i18nProvider, XmlVTS result, TokenProxy token, TimestampedObjectType referenceCategory, Date controlTime, POEExtraction poe, LevelConstraint constraint)