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 Type
    Method
    Description
    void
    Loads all certificates from path location
    void
    Loads all certificates from path location by filter

    Methods 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

      void importFromPath(Path path)
      Loads all certificates from path location
      Parameters:
      path - folder to load
    • importFromPath

      void importFromPath(Path path, FileFilter filter)
      Loads all certificates from path location by filter
      Parameters:
      path - folder to load
      filter - filter