Class PKCS12FileLoader

All Implemented Interfaces:
KeyStoreLoader

Implementation of FileKeyStoreLoader that loads from PKCS12 files.

This file has been copied from the Apache ZooKeeper project.

See Also:
  • Constructor Details

    • PKCS12FileLoader

      private PKCS12FileLoader(String keyStorePath, String trustStorePath, char[] keyStorePassword, char[] trustStorePassword)