publicKeyUse property
String?
get
publicKeyUse
The intended use of the public key.
Values defined by the specification are:
sig
(signature)enc
(encryption)
Other values MAY be used.
Implementation
String? get publicKeyUse => this['use'];