extendedKeyUsage property
Gets a list of Strings representing the OBJECT IDENTIFIERs of the ExtKeyUsageSyntax field of the extended key usage extension, (OID = 2.5.29.37).
Implementation
List<String> get extendedKeyUsage =>
extensionObject(oid: OID.extKeyUsage)?.valueAsStrings ?? <String>[];