Uint8List generateAsymmetricKey(KeySlot keySlot) { return _toApdu(0x00, Instruction.generateAsym, 0x80, 0x00, keySlot.crt); }