Package com.android.vending.licensing

Interface Summary
Obfuscator Interface used as part of a Policy to allow application authors to obfuscate licensing data that will be stored into a SharedPreferences file.
 

Class Summary
AESObfuscator An Obfuscator that uses AES to encrypt data.
Base64 Base64 converter class.
 

Exception Summary
Base64DecoderException Exception thrown when encountering an invalid Base64 input character.
ValidationException Indicates that an error occurred while validating the integrity of data managed by an Obfuscator.}