publicKeyType property

  1. @TagNumber(6)
String publicKeyType

The type of public key in the certificate.

Implementation

@$pb.TagNumber(6)
$core.String get publicKeyType => $_getSZ(5);
  1. @TagNumber(6)
void publicKeyType=(String v)

Implementation

@$pb.TagNumber(6)
set publicKeyType($core.String v) { $_setString(5, v); }