Searched refs:identificationProtocol (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java86 private String identificationProtocol = null; field in class:SSLServerSocketImpl
313 params.setEndpointIdentificationAlgorithm(identificationProtocol);
330 identificationProtocol = params.getEndpointIdentificationAlgorithm();
349 enabledProtocols, identificationProtocol, algorithmConstraints,
H A DSSLSocketImpl.java202 private String identificationProtocol = null; field in class:SSLSocketImpl
502 String identificationProtocol,
511 this.identificationProtocol = identificationProtocol;
2579 params.setEndpointIdentificationAlgorithm(identificationProtocol);
2613 identificationProtocol = params.getEndpointIdentificationAlgorithm();
2642 handshaker.setIdentificationProtocol(identificationProtocol);
499 SSLSocketImpl(SSLContextImpl context, boolean serverMode, CipherSuiteList suites, ClientAuthType clientAuth, boolean sessionCreation, ProtocolList protocols, String identificationProtocol, AlgorithmConstraints algorithmConstraints, Collection<SNIMatcher> sniMatchers, boolean preferLocalCipherSuites, String[] applicationProtocols) argument
H A DSSLEngineImpl.java191 private String identificationProtocol = null; field in class:SSLEngineImpl
2203 params.setEndpointIdentificationAlgorithm(identificationProtocol);
2223 identificationProtocol = params.getEndpointIdentificationAlgorithm();
2248 handshaker.setIdentificationProtocol(identificationProtocol);
H A DHandshaker.java88 String identificationProtocol; field in class:Handshaker
472 this.identificationProtocol = protocol;

Completed in 102 milliseconds