keyString property
Output only. An encrypted and signed value held by this key.
This field can be accessed only through the GetKeyString method.
Implementation
@$pb.TagNumber(3)
$core.String get keyString => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set keyString($core.String value) => $_setString(2, value);