SYMBOL INDEX (136 symbols across 32 files) FILE: app/lib/Base64Utils.js function DecodeArrayBuffer (line 41) | function DecodeArrayBuffer(input) { function RemovePaddingChars (line 51) | function RemovePaddingChars(input) { function Decode (line 60) | function Decode(input, arrayBuffer) { FILE: app/lib/Box.js class Box (line 7) | class Box { method constructor (line 8) | constructor() { method isUnlocked (line 20) | isUnlocked() { method lock (line 27) | lock() { method getContents (line 36) | getContents() { method fetchContent (line 49) | fetchContent(info) { method fetchIndex (line 104) | fetchIndex() { method unlock (line 145) | unlock(passphrase, appToken) { FILE: app/lib/Credentials.js class Nonce (line 8) | class Nonce { method constructor (line 9) | constructor() { method generate (line 19) | generate() { method retrieve (line 34) | retrieve() { class Credentials (line 49) | class Credentials { method constructor (line 50) | constructor() { method authorizationUrl (line 62) | authorizationUrl() { method getProfile (line 80) | async getProfile() { method getToken (line 113) | getToken() { method setToken (line 142) | async setToken(jwt) { method _validateToken (line 166) | async _validateToken(jwt) { FILE: app/lib/CryptoUtils.js function str2buf (line 8) | function str2buf(str) { function buf2str (line 17) | function buf2str(buffer) { function concatBuffers (line 28) | function concatBuffers(buffer1, buffer2) { function DeriveKeyArgon2 (line 43) | function DeriveKeyArgon2(passphrase, salt) { function DeriveKeyPBKDF2 (line 75) | function DeriveKeyPBKDF2(passphrase, salt) { function Decrypt (line 108) | function Decrypt(key, iv, data, tag) { function UnwrapKey (line 125) | function UnwrapKey(wrappingKey, ciphertext) { FILE: app/lib/StorageService.js class StorageService (line 8) | class StorageService { method constructor (line 12) | constructor() { method _isSupported (line 28) | _isSupported(type) { class MemoryStore (line 45) | class MemoryStore { method constructor (line 49) | constructor() { method getItem (line 53) | getItem(name) { method setItem (line 57) | setItem(name, value) { method removeItem (line 61) | removeItem(name) { class CookieStore (line 69) | class CookieStore { method constructor (line 75) | constructor(isSessionStorage) { method getItem (line 83) | getItem(name) { method setItem (line 87) | setItem(name, value) { method removeItem (line 95) | removeItem(name) { method _updateObject (line 103) | _updateObject() { FILE: app/lib/Utils.js function RandomString (line 7) | function RandomString(length = 7) { function WaitPromise (line 21) | function WaitPromise(time) { FILE: app/main.js function getHash (line 13) | function getHash() { function checkAuthError (line 39) | function checkAuthError(hash) { function handleSession (line 54) | async function handleSession(hash) { FILE: app/webpack.config.js function webpackConfig (line 42) | function webpackConfig(appParams) { FILE: cli/commands/auth0/sync.js class Auth0SetupCommand (line 7) | class Auth0SetupCommand extends Command { method run (line 8) | async run() { FILE: cli/commands/build.js class BuildCommand (line 8) | class BuildCommand extends Command { method run (line 9) | async run() { FILE: cli/commands/init.js class InitCommand (line 11) | class InitCommand extends Command { method run (line 12) | async run() { FILE: cli/commands/pack.js class PackCommand (line 12) | class PackCommand extends Command { method run (line 13) | async run() { FILE: cli/commands/regenerate-token.js class RegenerateTokenCommand (line 7) | class RegenerateTokenCommand extends Command { method run (line 8) | async run() { FILE: cli/commands/url/add.js class UrlAddCommand (line 6) | class UrlAddCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/url/list.js class UrlListCommand (line 6) | class UrlListCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/url/rm.js class UrlRmCommand (line 6) | class UrlRmCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/user/add.js class UserAddCommand (line 6) | class UserAddCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/user/list.js class UserListCommand (line 6) | class UserListCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/user/rm.js class UserRmCommand (line 6) | class UserRmCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/wait-time/get.js class WaitTimeGetCommand (line 6) | class WaitTimeGetCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/wait-time/set.js class WaitTimeSetCommand (line 6) | class WaitTimeSetCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/webhook/get.js class WebhookGetCommand (line 6) | class WebhookGetCommand extends Command { method run (line 7) | async run() { FILE: cli/commands/webhook/set.js class WebhookSetCommand (line 6) | class WebhookSetCommand extends Command { method run (line 7) | async run() { FILE: cli/lib/Auth0Management.js class Auth0Management (line 12) | class Auth0Management { method constructor (line 17) | constructor(config) { method syncClient (line 38) | async syncClient(clientId) { method updateClient (line 102) | async updateClient(clientId) { method createClient (line 117) | async createClient() { method getClient (line 130) | async getClient(clientId) { method syncRules (line 144) | async syncRules(ruleIds) { method listRules (line 177) | listRules() { method createRules (line 187) | async createRules() { method listRulesConfigs (line 236) | listRulesConfigs() { method updateRulesConfigs (line 245) | async updateRulesConfigs() { method _clientConfiguration (line 268) | _clientConfiguration() { FILE: cli/lib/Builder.js class Builder (line 40) | class Builder { method constructor (line 46) | constructor(passphrase, config) { method build (line 63) | async build() { method _deriveKey (line 130) | _deriveKey(passphrase, salt) { method _createIndex (line 170) | async _createIndex(masterKey, content) { method _encryptContent (line 192) | async _encryptContent(masterKey, content) { method _encryptStream (line 230) | async _encryptStream(masterKey, inStream, outStream) { method _scanContent (line 266) | async _scanContent() { function includePath (line 312) | function includePath(str) { FILE: cli/lib/Config.js class Config (line 46) | class Config { method constructor (line 52) | constructor(filename) { method create (line 71) | create(initConfig) { method load (line 88) | async load() { method get (line 111) | get(key) { method all (line 131) | all() { method set (line 143) | set(key, value) { method save (line 161) | save() { method _validate (line 171) | _validate() { method _defaults (line 203) | _defaults() { FILE: cli/lib/Content.js class Content (line 20) | class Content { method constructor (line 27) | constructor(el, config) { method el (line 38) | get el() { method inStream (line 47) | get inStream() { method process (line 54) | async process() { method _processBinary (line 69) | async _processBinary() { method _processText (line 85) | async _processText() { method _processMarkdown (line 94) | async _processMarkdown() { FILE: cli/lib/Crypto.js function GenerateToken (line 12) | async function GenerateToken(length) { FILE: cli/lib/Utils.js function CleanDirectory (line 15) | async function CleanDirectory(directory) { FILE: cli/lib/aes-kw.js constant EMPTY_BUF (line 12) | const EMPTY_BUF = Buffer.alloc(0) function Encrypter (line 13) | function Encrypter(key, decipher) { function getCipherName (line 35) | function getCipherName(key) { function msb (line 42) | function msb(b) { function lsb (line 45) | function lsb(b) { function encrypt (line 49) | function encrypt(key, plaintext) { function decrypt (line 74) | function decrypt(key, ciphertext) { function createR (line 102) | function createR(buf) { FILE: docs-source/workers-site/cache-config.js function cacheSettings (line 33) | function cacheSettings(urlStr) { FILE: docs-source/workers-site/index.js constant DEBUG (line 12) | const DEBUG = false function handleEvent (line 35) | async function handleEvent(event) { function requestFromKV (line 119) | async function requestFromKV(event) { function requestAsset (line 176) | async function requestAsset(useAsset, modifyBody) { function setCacheHeader (line 226) | function setCacheHeader(statusCode, headers, cacheOpts) { function setSecurityHeaders (line 242) | function setSecurityHeaders(headers) { function isAsset (line 263) | function isAsset(url) {