- generateAdbKeyPair(AdbBase64) - Static method in class com.cgutman.adblib.AdbCrypto
-
Creates a new AdbCrypto object by generating a new key pair.
- generateAuth(int, byte[]) - Static method in class com.cgutman.adblib.AdbProtocol
-
Generates an auth message with the specified type and payload.
- generateClose(int, int) - Static method in class com.cgutman.adblib.AdbProtocol
-
Generates a close stream message with the specified IDs.
- generateConnect() - Static method in class com.cgutman.adblib.AdbProtocol
-
Generates a connect message with default parameters.
- generateMessage(int, int, int, byte[]) - Static method in class com.cgutman.adblib.AdbProtocol
-
This function generates an ADB message given the fields.
- generateOpen(int, String) - Static method in class com.cgutman.adblib.AdbProtocol
-
Generates an open stream message with the specified local ID and destination.
- generateReady(int, int) - Static method in class com.cgutman.adblib.AdbProtocol
-
Generates an okay message with the specified IDs.
- generateWrite(int, int, byte[]) - Static method in class com.cgutman.adblib.AdbProtocol
-
Generates a write stream message with the specified IDs and payload.
- getAdbPublicKeyPayload() - Method in class com.cgutman.adblib.AdbCrypto
-
Gets the RSA public key in ADB format.
- getMaxData() - Method in class com.cgutman.adblib.AdbConnection
-
Gets the max data size that the remote client supports.