- java.lang.Object
-
- net.dongliu.cute.http.KeyStores
-
public class KeyStores extends Object
-
-
方法详细资料
-
load
public static KeyStore load(InputStream in, char[] password)
Load keystore from InputStream, close the stream after load succeed or failed.
-
-