Searched defs:clientVerifyData (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DRenegotiationInfoExtension.java46 RenegotiationInfoExtension(byte[] clientVerifyData, argument
H A DClientHandshaker.java175 ClientHandshaker(SSLSocketImpl socket, SSLContextImpl context, ProtocolList enabledProtocols, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
186 ClientHandshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData, boolean isDTLS) argument
[all...]
H A DServerHandshaker.java165 ServerHandshaker(SSLSocketImpl socket, SSLContextImpl context, ProtocolList enabledProtocols, ClientAuthType clientAuth, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
186 ServerHandshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, ClientAuthType clientAuth, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData, boolean isDTLS) argument
H A DHandshaker.java75 byte[] clientVerifyData; field in class:Handshaker
235 Handshaker(SSLSocketImpl c, SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
247 Handshaker(SSLEngineImpl engine, SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData, boolean isDTLS) argument
260 init(SSLContextImpl context, ProtocolList enabledProtocols, boolean needCertVerify, boolean isClient, ProtocolVersion activeProtocolVersion, boolean isInitialHandshake, boolean secureRenegotiation, byte[] clientVerifyData, byte[] serverVerifyData) argument
H A DSSLSocketImpl.java313 private byte[] clientVerifyData; field in class:SSLSocketImpl
H A DSSLEngineImpl.java236 private byte[] clientVerifyData; field in class:SSLEngineImpl
H A DHandshakeMessage.java348 void addRenegotiationInfoExtension(byte[] clientVerifyData) { argument

Completed in 115 milliseconds