SIGNATURE_PADDING property
The RSA signature padding used by ADB
Implementation
// ignore: non_constant_identifier_names
static List<int> SIGNATURE_PADDING = [
0x00,
0x01,
for (int i = 0; i < 218; i++) 0xff,
0x00,
0x30,
0x21,
0x30,
0x09,
0x06,
0x05,
0x2b,
0x0e,
0x03,
0x02,
0x1a,
0x05,
0x00,
0x04,
0x14,
];