ClientHandshake starts and completes a client-side handshaking and returns a secure connection and corresponding auth information.
(ctx context.Context)
| 58 | // ClientHandshake starts and completes a client-side handshaking and |
| 59 | // returns a secure connection and corresponding auth information. |
| 60 | ClientHandshake(ctx context.Context) (net.Conn, credentials.AuthInfo, error) |
| 61 | // ServerHandshake starts and completes a server-side handshaking and |
| 62 | // returns a secure connection and corresponding auth information. |
| 63 | ServerHandshake(ctx context.Context) (net.Conn, credentials.AuthInfo, error) |
no outgoing calls