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 TokenModifierConstructorDescriptionprotected
TokenIdentifier
(String prefix, Token token) Default constructor -
Uses of Token in eu.europa.esig.dss.model.x509
Subclasses of Token in eu.europa.esig.dss.model.x509Modifier and TypeClassDescriptionclass
Whenever the signature validation process encounters anX509Certificate
a 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.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 TypeClassDescriptionclass
RevocationToken<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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
OCSP Signed Token which encapsulate BasicOCSPResp (BC). -
Uses of Token in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type TokenModifier and TypeMethodDescriptionboolean
Adds validation data token and boolean indication if the token has been added successfullyprotected String
UserFriendlyIdentifierProvider.getIdAsStringForToken
(Token token) Gets aString
identifier for a givenToken
static String
DSSPKUtils.getStringPublicKeySize
(Token token) This method returns a key length used to sign this token.protected XmlBasicSignature
DiagnosticDataBuilder.getXmlBasicSignature
(Token token) GetsXmlBasicSignature
for aToken
protected List<XmlChainItem>
DiagnosticDataBuilder.getXmlForCertificateChain
(Token token) Returns a certificate chain for thetoken
protected List<XmlChainItem>
DiagnosticDataBuilder.getXmlForCertificateChain
(Token token, CertificateSource certificateSource) Returns a certificate chain for thetoken
from thecertificateSource
-
Uses of Token in eu.europa.esig.dss.validation.status
Methods in eu.europa.esig.dss.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.validation.status with parameters of type TokenModifier and TypeMethodDescriptionvoid
TokenStatus.addRelatedTokenAndErrorMessage
(Token token, String errorMessage) Adds concerned token and information about the occurred eventvoid
RevocationFreshnessStatus.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.validation.timestamp
Subclasses of Token in eu.europa.esig.dss.validation.timestamp -
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 void
XAdESBuilder.incorporateCertDigest
(Element parentDom, DigestAlgorithm digestAlgorithm, Token token) This method creates the xades:CertDigest DOM object.protected void
XAdESBuilder.incorporateDigestValue
(Element parentDom, DigestAlgorithm digestAlgorithm, Token token) This method creates the ds:DigestValue DOM object for a givenToken