Home
last modified time | relevance | path

Searched refs:VERSION_5 (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DSocksProxy.java46 private static final int VERSION_5 = 5; field in SocksProxy
119 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()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DSignedData.java64 private static final ASN1Integer VERSION_5 = new ASN1Integer(5); field in SignedData
177 return VERSION_5; in calculateVersion()