- ADB_HEADER_LENGTH - Static variable in class com.cgutman.adblib.AdbProtocol
-
The length of the ADB message header
- AdbBase64 - Interface in com.cgutman.adblib
-
This interface specifies the required functions for AdbCrypto to
perform Base64 encoding of its public key.
- AdbConnection - Class in com.cgutman.adblib
-
This class represents an ADB connection.
- AdbCrypto - Class in com.cgutman.adblib
-
This class encapsulates the ADB cryptography functions and provides
an interface for the storage and retrieval of keys.
- AdbCrypto() - Constructor for class com.cgutman.adblib.AdbCrypto
-
- AdbProtocol - Class in com.cgutman.adblib
-
This class provides useful functions and fields for ADB protocol details.
- AdbProtocol() - Constructor for class com.cgutman.adblib.AdbProtocol
-
- AdbStream - Class in com.cgutman.adblib
-
This class abstracts the underlying ADB streams
- AdbStream(AdbConnection, int) - Constructor for class com.cgutman.adblib.AdbStream
-
Creates a new AdbStream object on the specified AdbConnection
with the given local ID.
- AUTH_TYPE_RSA_PUBLIC - Static variable in class com.cgutman.adblib.AdbProtocol
-
This authentication type represents a RSA public key
- AUTH_TYPE_SIGNATURE - Static variable in class com.cgutman.adblib.AdbProtocol
-
This authentication type represents the signed SHA1 hash
- AUTH_TYPE_TOKEN - Static variable in class com.cgutman.adblib.AdbProtocol
-
This authentication type represents a SHA1 hash to sign