Modifier and Type | Method and Description |
---|---|
static AdbCrypto |
AdbCrypto.generateAdbKeyPair(AdbBase64 base64)
Creates a new AdbCrypto object by generating a new key pair.
|
static AdbCrypto |
AdbCrypto.loadAdbKeyPair(AdbBase64 base64,
java.io.File privateKey,
java.io.File publicKey)
Creates a new AdbCrypto object from a key pair loaded from files.
|
Modifier and Type | Method and Description |
---|---|
static AdbConnection |
AdbConnection.create(java.net.Socket socket,
AdbCrypto crypto)
Creates a AdbConnection object associated with the socket and
crypto object specified.
|