Interface ICACertsLoader

All Known Implementing Classes:
CACertsLoader

public interface ICACertsLoader
ICACertsLoader provides an uniform interface to create a keyStore containing CA certs (trust store)
  • Method Summary

    Modifier and Type
    Method
    Description
    loadTrustStore(String CACertificateFilesPath)
     
  • Method Details

    • loadTrustStore

      KeyStore loadTrustStore(String CACertificateFilesPath)
      Parameters:
      CACertificateFilesPath - Path to the CA certificates directory
      Returns:
      KeyStore Instance