sigAlgName property

String? sigAlgName

Gets the signature algorithm name for the certificate signature algorithm.

Implementation

String? get sigAlgName => OID.fromValue(sigAlgOID ?? '')?.name();