Package eu.europa.esig.dss.spi.x509
Interface TrustedCertificateSource
- All Superinterfaces:
CertificateSource
,Serializable
- All Known Implementing Classes:
CommonTrustedCertificateSource
,TrustedListsCertificateSource
The interface provides an abstraction of a
eu.europa.esig.dss.spi.x509.CertificateSource
containing trust anchors-
Method Summary
Modifier and TypeMethodDescriptiongetAlternativeCRLUrls
(CertificateToken trustAnchor) Returns a list of alternative CRL access point Urls for certificates issued by the current trust anchorgetAlternativeOCSPUrls
(CertificateToken trustAnchor) Returns a list of alternative OCSP access point Urls for certificates issued by the current trust anchorMethods inherited from interface eu.europa.esig.dss.spi.x509.CertificateSource
addCertificate, findTokensFromCertRef, getByCertificateDigest, getByPublicKey, getBySignerIdentifier, getBySki, getBySubject, getCertificates, getCertificateSourceType, getEntities, isAllSelfSigned, isCertificateSourceEqual, isCertificateSourceEquivalent, isKnown, isTrusted
-
Method Details
-
getAlternativeOCSPUrls
Returns a list of alternative OCSP access point Urls for certificates issued by the current trust anchor- Parameters:
trustAnchor
-CertificateToken
- Returns:
- a list of
String
s
-
getAlternativeCRLUrls
Returns a list of alternative CRL access point Urls for certificates issued by the current trust anchor- Parameters:
trustAnchor
-CertificateToken
- Returns:
- a list of
String
s
-