src/AdbLib/doc/constant-values.html
Class
Use
Prev
Next
com.cgutman.adblib.AdbCrypto | Modifier and Type | Constant Field | Value |
| --- | --- | --- |
| public static final int | KEY_LENGTH_BITS | 2048 |
| public static final int | KEY_LENGTH_BYTES | 256 |
| public static final int | KEY_LENGTH_WORDS | 64 |
com.cgutman.adblib.AdbProtocol | Modifier and Type | Constant Field | Value |
| --- | --- | --- |
| public static final int | ADB_HEADER_LENGTH | 24 |
| public static final int | AUTH_TYPE_RSA_PUBLIC | 3 |
| public static final int | AUTH_TYPE_SIGNATURE | 2 |
| public static final int | AUTH_TYPE_TOKEN | 1 |
| public static final int | CMD_AUTH | 1213486401 |
| public static final int | CMD_CLSE | 1163086915 |
| public static final int | CMD_CNXN | 1314410051 |
| public static final int | CMD_OKAY | 1497451343 |
| public static final int | CMD_OPEN | 1313165391 |
| public static final int | CMD_SYNC | 1129208147 |
| public static final int | CMD_WRTE | 1163154007 |
| public static final int | CONNECT_MAXDATA | 4096 |
| public static final int | CONNECT_VERSION | 16777216 |
Class
Use
Prev
Next