Uses of Class
eu.europa.esig.dss.model.x509.Token
Package
Description
-
Uses of Token in eu.europa.esig.dss.model.identifier
ModifierConstructorDescriptionprotected
TokenIdentifier
(String prefix, Token token) Default constructor -
Uses of Token in eu.europa.esig.dss.model.x509
Modifier 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... -
Uses of Token in eu.europa.esig.dss.pades.validation
Modifier 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
-
Uses of Token in eu.europa.esig.dss.spi.x509
ModifierConstructorDescriptionTokenIssuerSelector
(Token token, Collection<CertificateToken> certificateTokens) Default constructor -
Uses of Token in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeClassDescriptionclass
RevocationToken<R extends Revocation>
Represents a revocation data token -
Uses of Token in eu.europa.esig.dss.spi.x509.revocation.crl
Modifier 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
Modifier and TypeClassDescriptionclass
OCSP Signed Token which encapsulate BasicOCSPResp (BC). -
Uses of Token in eu.europa.esig.dss.validation
Modifier 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
Modifier and TypeMethodDescriptionTokenStatus.getRelatedTokens()
Returns a collection of tokens concerned by failure of the processed checkModifier 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
-
Uses of Token in eu.europa.esig.dss.xades.signature
Modifier 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