Home
last modified time | relevance | path

Searched refs:_trustStorePath (Results 1 – 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DClientCertAuthenticator.java53 private String _trustStorePath; field in ClientCertAuthenticator
108 _trustStorePath, _trustStoreType, _trustStoreProvider, in validateRequest()
216 return _trustStorePath; in getTrustStore()
226 _trustStorePath = trustStorePath; in setTrustStore()
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java134 private String _trustStorePath; field in SslContextFactory
243 _trustStore==null && _trustStoreInputStream == null && _trustStorePath == null ) in doStart()
558 return _trustStorePath; in getTrustStore()
570 _trustStorePath = trustStorePath; in setTrustStore()
1028 _trustStorePath, _trustStoreType, _trustStoreProvider, in loadTrustStore()
1173 if (_trustStore == null && _trustStoreInputStream == null && _trustStorePath == null) in checkKeyStore()
1176 _trustStorePath = _keyStorePath; in checkKeyStore()
1535 _trustStorePath); in toString()