use property

  1. @BuiltValueField(wireName: r'use')
String? use

The "use" (public key use) parameter identifies the intended use of the public key. The "use" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly "sig" (signature) or "enc" (encryption).

Implementation

@BuiltValueField(wireName: r'use')
String? get use;