Interface: IGLBEncryptionPreparser
Asset-Management.IGLBEncryptionPreparser
Hierarchy
↳
IGLBEncryptionPreparser
Methods
process
▸ process(data
, path
): Promise
<string
| ArrayBuffer
>
Parameters
Name | Type |
---|---|
data | string | ArrayBuffer |
path | string |
Returns
Promise
<string
| ArrayBuffer
>
Inherited from
Properties
key
• key: string
| (encryption
: any
, json
: any
, path
: string
) => string
| Promise
<string
>