Uses of Class
eu.europa.esig.dss.model.x509.Token
-
-
-
Uses of Token in eu.europa.esig.dss.model.identifier
Constructors in eu.europa.esig.dss.model.identifier with parameters of type Token Constructor Description TokenIdentifier(Token token) -
Uses of Token in eu.europa.esig.dss.model.x509
Subclasses of Token in eu.europa.esig.dss.model.x509 Modifier and Type Class Description classCertificateTokenWhenever 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... -
Uses of Token in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf with parameters of type Token Modifier and Type Method Description protected StringAbstractPDFSignatureService. getTokenDigest(Token token) -
Uses of Token in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 with parameters of type Token Modifier and Type Method Description CertificateTokenCertificatePool. getIssuer(Token token)THis method returns an issuer for the given tokenList<CertificateToken>CertificatePool. getIssuers(Token token)This method returns all known issuers for the given token. -
Uses of Token in eu.europa.esig.dss.spi.x509.revocation
Subclasses of Token in eu.europa.esig.dss.spi.x509.revocation Modifier and Type Class Description classRevocationToken -
Uses of Token in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of Token in eu.europa.esig.dss.spi.x509.revocation.crl Modifier and Type Class Description classCRLTokenThis 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.ocsp Modifier and Type Class Description classOCSPTokenOCSP 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 Token Modifier and Type Method Description static StringDSSPKUtils. getPublicKeySize(Token token)This method returns a key length used to sign this token. -
Uses of Token in eu.europa.esig.dss.validation.timestamp
Subclasses of Token in eu.europa.esig.dss.validation.timestamp Modifier and Type Class Description classTimestampTokenSignedToken containing a TimeStamp. -
Uses of Token in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type Token Modifier and Type Method Description protected voidXAdESBuilder. incorporateDigestValue(Element parentDom, DigestAlgorithm digestAlgorithm, Token token)This method creates the ds:DigestValue DOM object.
-