getRawAdbPublicKey method

Uint8List getRawAdbPublicKey()

Returns the raw 524-byte ADB public key structure.

Implementation

Uint8List getRawAdbPublicKey() {
  return convertRsaPublicKeyToAdbFormat(_keyPair.publicKey);
}