publicKey property
The public key in PEM format. It must be either an RSA or an EC public key.
Implementation
@$pb.TagNumber(2)
$core.List<$core.int> get publicKey => $_getN(1);
The public key in PEM format. It must be either an RSA or an EC public key.
@$pb.TagNumber(2)
$core.List<$core.int> get publicKey => $_getN(1);