encryptionAlgorithm property
The encryption algorithm.
Implementation
@$pb.TagNumber(1)
$core.String get encryptionAlgorithm => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set encryptionAlgorithm($core.String v) {
$_setString(0, v);
}
The encryption algorithm.
@$pb.TagNumber(1)
$core.String get encryptionAlgorithm => $_getSZ(0);
@$pb.TagNumber(1)
set encryptionAlgorithm($core.String v) {
$_setString(0, v);
}