()
| 39 | private static final String DECRYPTION_FAILURE_RE = "Tag mismatch|BAD_DECRYPT"; |
| 40 | |
| 41 | private TsiTest() {} |
| 42 | |
| 43 | /** A {@code TsiHandshaker} pair for running tests. */ |
| 44 | public static class Handshakers { |
nothing calls this directly
no outgoing calls
no test coverage detected