类 KeyStores


  • public class KeyStores
    extends Object
    • 构造器详细资料

      • KeyStores

        public KeyStores()
    • 方法详细资料

      • load

        public static KeyStore load​(String path,
                                    char[] password)
        Load keystore from file.
      • load

        public static KeyStore load​(InputStream in,
                                    char[] password)
        Load keystore from InputStream, close the stream after load succeed or failed.