Back to Solopi

Package com.cgutman.adblib

src/AdbLib/doc/com/cgutman/adblib/package-summary.html

0.12.02.1 KB
Original Source

Package com.cgutman.adblib

This package provides a native Java implementation of the ADB protocol.

See: Description

Interface Summary | Interface | Description | | --- | --- | | AdbBase64 | This interface specifies the required functions for AdbCrypto to perform Base64 encoding of its public key. |

Class Summary | Class | Description | | --- | --- | | AdbConnection | This class represents an ADB connection. | | AdbCrypto | This class encapsulates the ADB cryptography functions and provides an interface for the storage and retrieval of keys. | | AdbProtocol | This class provides useful functions and fields for ADB protocol details. | | AdbStream | This class abstracts the underlying ADB streams |

Package com.cgutman.adblib Description

This package provides a native Java implementation of the ADB protocol. Author:Cameron Gutman