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

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java90 private String identificationProtocol = null; field in class:SSLServerSocketImpl
290 params.setEndpointIdentificationAlgorithm(identificationProtocol);
303 identificationProtocol = params.getEndpointIdentificationAlgorithm();
315 enabledProtocols, identificationProtocol, algorithmConstraints);
H A DHandshaker.java85 String identificationProtocol; field in class:Handshaker
435 this.identificationProtocol = protocol;
H A DSSLEngineImpl.java254 private String identificationProtocol = null; field in class:SSLEngineImpl
2040 params.setEndpointIdentificationAlgorithm(identificationProtocol);
2053 identificationProtocol = params.getEndpointIdentificationAlgorithm();
2056 handshaker.setIdentificationProtocol(identificationProtocol);
H A DSSLSocketImpl.java215 private String identificationProtocol = null; field in class:SSLSocketImpl
486 String identificationProtocol,
492 this.identificationProtocol = identificationProtocol;
2460 params.setEndpointIdentificationAlgorithm(identificationProtocol);
2473 identificationProtocol = params.getEndpointIdentificationAlgorithm();
2476 handshaker.setIdentificationProtocol(identificationProtocol);
483 SSLSocketImpl(SSLContextImpl context, boolean serverMode, CipherSuiteList suites, byte clientAuth, boolean sessionCreation, ProtocolList protocols, String identificationProtocol, AlgorithmConstraints algorithmConstraints) argument

Completed in 44 milliseconds