name property

String name

Implementation

String get name {
  switch (this) {
    case Algorithm.p256:
      return 'ecdsaP256Sha256';
    case Algorithm.ed25519:
      return 'ed25519';
  }
}