cipherText property
The value of the cipherText response from the encrypt
method.
Implementation
@$pb.TagNumber(2)
$core.String get cipherText => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set cipherText($core.String v) { $_setString(1, v); }