ciphertext property

  1. @TagNumber(3)
List<int> ciphertext

Implementation

@$pb.TagNumber(3)
$core.List<$core.int> get ciphertext => $_getN(2);
  1. @TagNumber(3)
void ciphertext=(List<int> v)

Implementation

@$pb.TagNumber(3)
set ciphertext($core.List<$core.int> v) {
  $_setBytes(2, v);
}