Searched defs:trustStore (Results 1 – 4 of 4) sorted by relevance
78 public CertificateValidator(KeyStore trustStore, Collection<? extends CRL> crls) in CertificateValidator()
78 KeyStore trustStore = KeyStore.getInstance(keyStoreType); in SslNetworkLayer() local
265 KeyStore trustStore = loadTrustStore(); in doStart() local1099 …protected TrustManager[] getTrustManagers(KeyStore trustStore, Collection<? extends CRL> crls) thr… in getTrustManagers()1351 public void setTrustStore(KeyStore trustStore) in setTrustStore()
107 KeyStore trustStore = getKeyStore(null, in validateRequest() local