getRawAdbPublicKey method
Returns the raw 524-byte ADB public key structure.
Implementation
Uint8List getRawAdbPublicKey() {
return convertRsaPublicKeyToAdbFormat(_keyPair.publicKey);
}
Returns the raw 524-byte ADB public key structure.
Uint8List getRawAdbPublicKey() {
return convertRsaPublicKeyToAdbFormat(_keyPair.publicKey);
}