Searched defs:host_and_port (Results 1 – 4 of 4) sorted by relevance
46 public void Allow(String host_and_port, byte[] privateKey, byte[][] chain) { in Allow()52 public void Deny(String host_and_port) { in Deny()58 public boolean IsAllowed(String host_and_port) { in IsAllowed()62 public boolean IsDenied(String host_and_port) { in IsDenied()66 public byte[] PrivateKey(String host_and_port) { in PrivateKey()70 public byte[][] CertificateChain(String host_and_port) { in CertificateChain()
40 String host_and_port, in ClientCertRequestHandler()
230 ClientCertRequestHandler handler, String host_and_port) { in onReceivedClientCertRequest()
1044 … public void onReceivedClientCertRequest(ClientCertRequestHandler handler, String host_and_port) { in onReceivedClientCertRequest()