keyId property

int get keyId

Implementation

int get keyId {
  switch (this) {
    case KeySlot.signature:
      return 0xC1;
    case KeySlot.encryption:
      return 0xC2;
    case KeySlot.authentication:
      return 0xC3;
  }
}