Interface X509URLCertificateSource
- All Superinterfaces:
CertificateSource
,Serializable
- All Known Implementing Classes:
CommonX509URLCertificateSource
Provides certificates to be extracted by a URL
-
Method Summary
Modifier and TypeMethodDescriptionGets a collection ofCertificateToken
s retrieved from the given URIMethods 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
-
getCertificatesByUrl
Gets a collection ofCertificateToken
s retrieved from the given URI- Parameters:
uri
-String
to get a certificate tokens from- Returns:
- a collection of
CertificateToken
s
-