(Handshakers handshakers)
| 107 | } |
| 108 | |
| 109 | public static void handshakeTest(Handshakers handshakers) throws GeneralSecurityException { |
| 110 | performHandshake(DEFAULT_TRANSPORT_BUFFER_SIZE, handshakers); |
| 111 | } |
| 112 | |
| 113 | public static void handshakeSmallBufferTest(Handshakers handshakers) |
| 114 | throws GeneralSecurityException { |
no test coverage detected