signatureAlgorithm property
The algorithm used to sign the certificate.
Implementation
@$pb.TagNumber(5)
$core.String get signatureAlgorithm => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set signatureAlgorithm($core.String v) { $_setString(4, v); }