Searched refs:newEmptyKeyStore (Results 1 – 2 of 2) sorted by relevance
93 KeyStore keyStore = newEmptyKeyStore(password); in build()120 private KeyStore newEmptyKeyStore(char[] password) throws GeneralSecurityException { in newEmptyKeyStore() method in SslContextBuilder
169 KeyStore keyStore = newEmptyKeyStore(password); in sslContextForTrustedCertificates()192 private KeyStore newEmptyKeyStore(char[] password) throws GeneralSecurityException { in newEmptyKeyStore() method in CustomTrust