not encrypted file id.
the key of FileMeta value in profile data.
the public key (id) of user. Optional. default will used origin user.
optional if you already have password for file. apply password instead auto-generation password.
decrypted file Base64 data.
Decrypts accepted personal data {@link DataRequest#responseData}.
is array DataRequest with accepted encrypted data {@link DataRequest#responseData}.
sharedData->FieldData-> value is client value or undefined if not let access.
Returns decryption keys for approved personal data {@link DataRequest#responseData}.
is array DataRequest with accepted encrypted data {@link DataRequest#responseData}.
sharedData->FieldData-> value is Password.
Returns decrypted data of the authorized user.
is optional argument. get only requested keys.
Map key => value.
Returns given key's decrypted value of authorized user's data.
Map key => value.
Returns raw (encrypted) data of user with provided ID (Public Key).
Public key of client.
is optional argument. get only requested keys.
Map key => value.
Encrypts and stores personal data in BASE.
not encrypted data e.g. Map {"name": "Adam"} etc.
Map with encrypted data.
Encrypts and stores file in BASE.
the actual file information
the key of FileMeta value in profile data If the value of the key is undefined, creates a new file, added associated FileMeta to Profile data with the key and returns FileMeta. If not then updates the existing file and its FileMeta in Profile data and returns updated FileMeta
Encrypted FileMeta.
Generated using TypeDoc
Returns decrypted Base64 data of the authorized user based on provided file id.