rsa property

  1. @TagNumber.new(1)
RSA get rsa

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);
  1. @TagNumber.new(1)
set rsa (RSA value)

Implementation

@$pb.TagNumber(1)
set rsa($1.RSA value) => $_setField(1, value);