rsa property
Create a RSA key pair and specify the bit size and hashing algorithm. If no bits and hasher are provided, a RSA key pair with 2048 bits and SHA256 hashing will be created.
Implementation
@$pb.TagNumber(1)
$1.RSA get rsa => $_getN(0);
Implementation
@$pb.TagNumber(1)
set rsa($1.RSA value) => $_setField(1, value);