encryptionAlgorithm property

  1. @TagNumber.new(1)
String get encryptionAlgorithm

The encryption algorithm.

Implementation

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

Implementation

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