crt property

List<int> get crt

Implementation

List<int> get crt {
  switch (this) {
    case KeySlot.signature:
      return [0xB6, 0x00];
    case KeySlot.encryption:
      return [0xB8, 0x00];
    case KeySlot.authentication:
      return [0xA4, 0x00];
  }
}