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