Package org.digidoc4j
Interface ExtendedCertificateSource
- All Superinterfaces:
eu.europa.esig.dss.spi.x509.CertificateSource
,Serializable
public interface ExtendedCertificateSource
extends eu.europa.esig.dss.spi.x509.CertificateSource
Created by Janar Rahumeel (CGI Estonia)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
importFromPath
(Path path) Loads all certificates from path locationvoid
importFromPath
(Path path, FileFilter filter) Loads all certificates from path location by filterMethods 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
-
importFromPath
Loads all certificates from path location- Parameters:
path
- folder to load
-
importFromPath
Loads all certificates from path location by filter- Parameters:
path
- folder to loadfilter
- filter
-