value property

String get value

Implementation

String get value {
  switch (this) {
    case KeySlot.signature:
      return 'SIGNATURE';
    case KeySlot.encryption:
      return 'ENCRYPTION';
    case KeySlot.authentication:
      return 'AUTHENTICATION';
  }
}