Set the masks for the unencrypted data. Format of the string is a mask-list. mask-list = mask (';' mask-list)? mask = mask-name (',' parameter) ':' field-list field-list = field-name ( ',' field-list )? field-name = number | field-part ('.' field-name)?</
(String value)
| 868 | * @return this |
| 869 | */ |
| 870 | public WriterOptions masks(String value) { |
| 871 | masks = value; |
| 872 | return this; |
| 873 | } |
| 874 | |
| 875 | /** |
| 876 | * For users that need to override the current version of a key, this |
no outgoing calls