keyUsages property

List<KeyUsage>? keyUsages
final

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

Implementation

final List<KeyUsage>? keyUsages;