| Package | Description |
|---|---|
| eu.europa.esig.dss.token | |
| eu.europa.esig.dss.tsl | |
| eu.europa.esig.dss.x509 |
| Modifier and Type | Method and Description |
|---|---|
CertificateToken |
KSPrivateKeyEntry.getCertificate() |
CertificateToken |
DSSPrivateKeyEntry.getCertificate() |
CertificateToken[] |
KSPrivateKeyEntry.getCertificateChain() |
CertificateToken[] |
DSSPrivateKeyEntry.getCertificateChain() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
Condition.check(CertificateToken certificateToken)
Returns true if the condition is evaluated to true for the given certificate.
|
| Modifier and Type | Field and Description |
|---|---|
protected CertificateToken |
Token.issuerToken
This attribute represents the
CertificateToken which is the issuer of the encapsulated Token. |
| Modifier and Type | Method and Description |
|---|---|
CertificateToken |
Token.getIssuerToken()
It returns the issuer certificate token that was used to sign this token (CertificateToken, CRLToken,
OCSPRespToken, TimestampToken).
|
CertificateToken |
CertificateToken.getTrustAnchor()
Returns the trust anchor associated with the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
Token.isSignedBy(CertificateToken issuerToken)
Checks if the token is signed by the token given in the parameter.
|
boolean |
CertificateToken.isSignedBy(CertificateToken issuerToken) |
Copyright © 2018. All rights reserved.