Interface KeyStoreLoader

All Known Implementing Classes:
BCFKSFileLoader, FileKeyStoreLoader, JKSFileLoader, PEMFileLoader, PKCS12FileLoader, StandardTypeFileKeyStoreLoader

interface KeyStoreLoader
An interface for an object that can load key stores or trust stores.

This file has been copied from the Apache ZooKeeper project.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads a KeyStore which contains at least one private key and the associated X509 cert chain.
    Loads a KeyStore which contains at least one X509 cert chain for a trusted Certificate Authority (CA).