Class TangleObfuscator
This class will generate the tangled signature used for client-side receipt validation obfuscation.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: UnityEditor.Purchasing.dll
Syntax
public static class TangleObfuscator
Methods
Obfuscate(byte[], int[], out int)
Generates the obfucscation tangle data.
Declaration
public static byte[] Obfuscate(byte[] data, int[] order, out int rkey)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | data | The Apple or GooglePlay public key data to be obfuscated. |
| int[] | order | The array, passed by reference, of order of the data slices used to obfuscate the data with. |
| int | rkey | Outputs the encryption key to deobfuscate the tangled data at runtime |
Returns
| Type | Description |
|---|---|
| byte[] | The obfucated public key |