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 classAbstractTokenProxyclassCertificateRevocationWrapperComplete revocation wrapper, containing detailed certificate revocation and common informationclassCertificateWrapperclassRevocationWrapperRevocation wrapper containing common revocation informationclassSignatureWrapperclassTimestampWrapper -
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(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(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(XmlCV result, TokenProxy token, 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(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(XmlISC result, TokenProxy token, LevelConstraint constraint)DigestValuePresentCheck(XmlISC result, TokenProxy token, LevelConstraint constraint)IssuerSerialMatchCheck(XmlISC result, TokenProxy token, LevelConstraint constraint)SigningCertificateAttributePresentCheck(XmlISC result, TokenProxy token, LevelConstraint constraint)SigningCertificateRecognitionCheck(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(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(TokenProxy token, DiagnosticData diagnosticData, 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(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(TokenProxy token, DiagnosticData diagnosticData, XmlBasicBuildingBlocks bbb, 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(TokenProxy token, Date currentTime, Context context, POEExtraction poe, 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(XmlVTS result, TokenProxy token, TimestampedObjectType referenceCategory, Date controlTime, POEExtraction poe, LevelConstraint constraint)
-