|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.robotmedia.billing.utils.ObfuscateUtils
public final class ObfuscateUtils
User: serso Date: 1/21/12 Time: 5:28 PM
| Method Summary | |
|---|---|
static void |
obfuscate(android.content.Context context,
Transaction t,
byte[] salt)
Obfuscates the specified purchase. |
static void |
unobfuscate(android.content.Context context,
List<Transaction> transactions,
byte[] salt)
|
static void |
unobfuscate(android.content.Context context,
Transaction t,
byte[] salt)
Unobfuscate the specified purchase. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void unobfuscate(@Nonnull
android.content.Context context,
@Nonnull
List<Transaction> transactions,
@Nullable
byte[] salt)
public static void obfuscate(@Nonnull
android.content.Context context,
@Nonnull
Transaction t,
@Nullable
byte[] salt)
context - contextt - purchase to be obfuscated.salt - saltunobfuscate(android.content.Context, net.robotmedia.billing.model.Transaction, byte[])
public static void unobfuscate(@Nonnull
android.content.Context context,
@Nonnull
Transaction t,
@Nullable
byte[] salt)
context - contextt - purchase to unobfuscate.salt - saltobfuscate(android.content.Context, net.robotmedia.billing.model.Transaction, byte[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||