Searched defs:clientAuth (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DServerHandshaker.java101 ProtocolList enabledProtocols, byte clientAuth,
107 (clientAuth != SSLEngineImpl.clauth_none), false,
110 doClientAuth = clientAuth;
117 ProtocolList enabledProtocols, byte clientAuth,
123 (clientAuth != SSLEngineImpl.clauth_none), false,
126 doClientAuth = clientAuth;
134 void setClientAuth(byte clientAuth) { argument
135 doClientAuth = clientAuth;
100 ServerHandshaker(SSLSocketImpl socket, SSLContextImpl context, ProtocolList enabledProtocols, byte clientAuth, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
116 ServerHandshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, byte clientAuth, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
H A DSSLSocketImpl.java484 CipherSuiteList suites, byte clientAuth,
490 doClientAuth = clientAuth;
483 SSLSocketImpl(SSLContextImpl context, boolean serverMode, CipherSuiteList suites, byte clientAuth, boolean sessionCreation, ProtocolList protocols, String identificationProtocol, AlgorithmConstraints algorithmConstraints) argument
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java108 String clientAuth; field in class:CipherTest.TestParameters
111 String clientAuth) {
114 this.clientAuth = clientAuth;
123 if (clientAuth != null) {
124 s += " with " + clientAuth + " client authentication";
264 String clientAuth = clientAuths[k];
265 if ((clientAuth != null) &&
271 clientAuth));
110 TestParameters(String cipherSuite, String protocol, String clientAuth) argument
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java612 final long clientAuth, serverAuth, codeSigning, emailProtection; field in class:Secmod.TrustAttributes
635 clientAuth = trustValue;
672 clientAuth = c;
680 return isTrusted(clientAuth);
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java107 String clientAuth; field in class:CipherTest.TestParameters
110 String clientAuth) {
113 this.clientAuth = clientAuth;
122 if (clientAuth != null) {
123 s += " with " + clientAuth + " client authentication";
264 String clientAuth = clientAuths[k];
265 if ((clientAuth != null) &&
271 clientAuth));
109 TestParameters(String cipherSuite, String protocol, String clientAuth) argument
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java107 String clientAuth; field in class:CipherTest.TestParameters
110 String clientAuth) {
113 this.clientAuth = clientAuth;
122 if (clientAuth != null) {
123 s += " with " + clientAuth + " client authentication";
263 String clientAuth = clientAuths[k];
264 if ((clientAuth != null) &&
271 clientAuth));
109 TestParameters(String cipherSuite, String protocol, String clientAuth) argument

Completed in 62 milliseconds