Uses of Class
io.keikai.doc.collab.utils.ObfuscatorOptions
Packages that use ObfuscatorOptions
-
Uses of ObfuscatorOptions in io.keikai.doc.collab.utils
Methods in io.keikai.doc.collab.utils with parameters of type ObfuscatorOptionsModifier and TypeMethodDescriptionstatic 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.