Uses of Class
eu.europa.esig.dss.model.x509.Token
Packages that use Token
Package
Description
-
Uses of Token in eu.europa.esig.dss.model.identifier
Constructors in eu.europa.esig.dss.model.identifier with parameters of type TokenModifierConstructorDescriptionprotectedTokenIdentifier(String prefix, Token token) Default constructor, to compute an identifier from the givenToken -
Uses of Token in eu.europa.esig.dss.model.x509
Subclasses of Token in eu.europa.esig.dss.model.x509Modifier and TypeClassDescriptionclassWhenever the signature validation process encounters anX509Certificatea certificateToken is created.
This class encapsulates some frequently used information: a certificate comes from a certain context (Trusted List, CertStore, Signature), has revocation data...Methods in eu.europa.esig.dss.model.x509 with parameters of type Token -
Uses of Token in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation with parameters of type TokenModifier and TypeMethodDescriptionPdfValidationDataContainer.getTokenKey(Token token) Gets a token key (DSS Id or EntityKey Id for a CertificateToken)PdfValidationDataContainer.getTokenReference(Token token) Returns a reference corresponding to the given token from the PDF document, if present -
Uses of Token in eu.europa.esig.dss.pades.validation.timestamp
Subclasses of Token in eu.europa.esig.dss.pades.validation.timestamp -
Uses of Token in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi with parameters of type TokenModifier and TypeMethodDescriptionstatic StringDSSPKUtils.getStringPublicKeySize(Token token) This method returns a key length used to sign this token. -
Uses of Token in eu.europa.esig.dss.spi.validation
Methods in eu.europa.esig.dss.spi.validation with parameters of type Token -
Uses of Token in eu.europa.esig.dss.spi.validation.status
Methods in eu.europa.esig.dss.spi.validation.status that return types with arguments of type TokenModifier and TypeMethodDescriptionTokenStatus.getRelatedTokens()Returns a collection of tokens concerned by failure of the processed checkMethods in eu.europa.esig.dss.spi.validation.status with parameters of type TokenModifier and TypeMethodDescriptionvoidTokenStatus.addRelatedTokenAndErrorMessage(Token token, String errorMessage) Adds concerned token and information about the occurred eventvoidRevocationFreshnessStatus.addTokenAndRevocationNextUpdateTime(Token token, Date revocationNextUpdate) Adds concerned token and nextUpdate time of the revocation dataTokenStatus.getMessageForToken(Token token) Returns error message for the given tokenRevocationFreshnessStatus.getTokenRevocationNextUpdateTime(Token token) Returns nextUpdate time of revocation data for the given token NOTE: returns Date only if the obtained revocation data is not fresh enough (otherwise returns null) -
Uses of Token in eu.europa.esig.dss.spi.x509
Constructors in eu.europa.esig.dss.spi.x509 with parameters of type TokenModifierConstructorDescriptionTokenIssuerSelector(Token token, Collection<CertificateToken> certificateTokens) Default constructor -
Uses of Token in eu.europa.esig.dss.spi.x509.revocation
Subclasses of Token in eu.europa.esig.dss.spi.x509.revocationModifier and TypeClassDescriptionclassRevocationToken<R extends Revocation>Represents a revocation data token -
Uses of Token in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of Token in eu.europa.esig.dss.spi.x509.revocation.crlModifier and TypeClassDescriptionclassThis class represents a CRL and provides the information about its validity. -
Uses of Token in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subclasses of Token in eu.europa.esig.dss.spi.x509.revocation.ocspModifier and TypeClassDescriptionclassOCSP Signed Token which encapsulate BasicOCSPResp (BC). -
Uses of Token in eu.europa.esig.dss.spi.x509.tsp
Subclasses of Token in eu.europa.esig.dss.spi.x509.tsp -
Uses of Token in eu.europa.esig.dss.validation.identifier
Methods in eu.europa.esig.dss.validation.identifier with parameters of type TokenModifier and TypeMethodDescriptionprotected StringUserFriendlyIdentifierProvider.getIdAsStringForToken(Token token) Gets aStringidentifier for a givenToken -
Uses of Token in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type TokenModifier and TypeMethodDescriptionprotected XmlBasicSignatureDiagnosticDataBuilder.getXmlBasicSignature(Token token) GetsXmlBasicSignaturefor aTokenprotected List<XmlChainItem> DiagnosticDataBuilder.getXmlForCertificateChain(Token token) Returns a certificate chain for thetokenprotected List<XmlChainItem> DiagnosticDataBuilder.getXmlForCertificateChain(Token token, CertificateSource certificateSource) Returns a certificate chain for thetokenfrom thecertificateSource -
Uses of Token in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type TokenModifier and TypeMethodDescriptionprotected voidXAdESBuilder.incorporateCertDigest(Element parentDom, DigestAlgorithm digestAlgorithm, Token token) This method creates the xades:CertDigest DOM object.protected voidXAdESBuilder.incorporateDigestValue(Element parentDom, DigestAlgorithm digestAlgorithm, Token token) This method creates the ds:DigestValue DOM object for a givenToken