src/AdbLib/doc/com/cgutman/adblib/AdbBase64.html
Class
Prev Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |
com.cgutman.adblib
public interfaceAdbBase64
This interface specifies the required functions for AdbCrypto to perform Base64 encoding of its public key. Author:Cameron Gutman
Methods | Modifier and Type | Method and Description |
| --- | --- |
| java.lang.String | encodeToString(byte[] data)
This function must encoded the specified data as a base 64 string, without appending any extra newlines or other characters.
|
-
java.lang.String encodeToString(byte[] data)
This function must encoded the specified data as a base 64 string, without appending any extra newlines or other characters.
Parameters:data - Data to encodeReturns:String containing base 64 encoded data
Class
Prev Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |