keyType property
String
get
keyType
The cryptographic algorithm family used with the key, such as RSA
or
EC
.
Implementation
String get keyType => this['kty'];
The cryptographic algorithm family used with the key, such as RSA
or
EC
.
String get keyType => this['kty'];