ecdsa property
Create a ECDSA key pair and specify the curve. If no curve is provided, a ECDSA key pair with P-256 curve will be created.
Implementation
@$pb.TagNumber(2)
$1.ECDSA get ecdsa => $_getN(1);
Implementation
@$pb.TagNumber(2)
set ecdsa($1.ECDSA value) => $_setField(2, value);