Searched refs:VERSION_5 (Results 1 – 2 of 2) sorted by relevance
46 private static final int VERSION_5 = 5; field in SocksProxy119 if (version != VERSION_5) { in hello()132 fromSink.writeByte(VERSION_5); in hello()146 if (version != VERSION_5) throw new ProtocolException("unexpected version: " + version); in acceptCommand()182 fromSink.writeByte(VERSION_5); in acceptCommand()
64 private static final ASN1Integer VERSION_5 = new ASN1Integer(5); field in SignedData177 return VERSION_5; in calculateVersion()