Back to Solopi

AdbBase64

src/AdbLib/doc/com/cgutman/adblib/AdbBase64.html

0.12.02.1 KB
Original Source

com.cgutman.adblib

Interface AdbBase64


public interfaceAdbBase64

This interface specifies the required functions for AdbCrypto to perform Base64 encoding of its public key. Author:Cameron Gutman

Method Summary

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. |

Method Detail

- 

encodeToString

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