Uses of Class
io.keikai.doc.collab.utils.ObfuscatorOptions
-
Packages that use ObfuscatorOptions Package Description io.keikai.doc.collab.utils -
-
Uses of ObfuscatorOptions in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils with parameters of type ObfuscatorOptions Modifier and Type Method Description static java.util.function.Function<AbstractStruct,AbstractStruct>Updates. createObfuscator(ObfuscatorOptions obfuscator)Create an obfuscator with the given options.static Uint8ArrayUpdates. obfuscateUpdate(Uint8Array update, ObfuscatorOptions opts)This function obfuscates the content of a Yjs update.static Uint8ArrayUpdates. obfuscateUpdateV2(Uint8Array update, ObfuscatorOptions opts)Obfuscate the update using version 2 of the UpdateDecoder and UpdateEncoder.
-