src/AdbLib/doc/com/cgutman/adblib/class-use/AdbCrypto.html
Use
Prev
Next
Methods in com.cgutman.adblib that return AdbCrypto | 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.
|
Methods in com.cgutman.adblib with parameters of type AdbCrypto | 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.
|
Use
Prev
Next