Searched defs:localCertificates (Results 1 – 6 of 6) sorted by relevance
38 private final List<Certificate> localCertificates; field in Handshake41 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in Handshake()61 Certificate[] localCertificates = session.getLocalCertificates(); in get() local70 String cipherSuite, List<Certificate> peerCertificates, List<Certificate> localCertificates) { in get()94 public List<Certificate> localCertificates() { in localCertificates() method in Handshake
556 List<Certificate> localCertificates = readCertificateList(source); in Entry() local
41 final X509Certificate[] localCertificates; field in OpenSSLSessionImpl59 protected OpenSSLSessionImpl(long sslSessionNativePointer, X509Certificate[] localCertificates, in OpenSSLSessionImpl()
673 X509Certificate[] localCertificates = createCertChain(NativeCrypto in setupSession() local
125 Certificate[] localCertificates = httpsUrlConnection.getLocalCertificates(); in createOkResponseForCachePut() local248 List<Certificate> localCertificates = javaSecureCacheResponse.getLocalCertificateChain(); in createOkResponseForCacheGet() local
161 final List<Certificate> localCertificates = Arrays.<Certificate>asList(LOCAL_CERT); in createOkResponseForCacheGet_secure() local