cipherText property

  1. @TagNumber.new(2)
String get cipherText

The value of the cipherText response from the encrypt method.

Implementation

@$pb.TagNumber(2)
$core.String get cipherText => $_getSZ(1);
  1. @TagNumber.new(2)
set cipherText (String v)

Implementation

@$pb.TagNumber(2)
set cipherText($core.String v) {
  $_setString(1, v);
}