A B C D E M V

A

ApkSigTool - Class in com.widevine.tools.android.apksigtool
Apk signing tool Takes an apk, computes a hash over the dex file contained within the apk, signs it, stores the signature and certificate in a resources file and inserts this in the apk.
ApkSigTool(String, String, String) - Constructor for class com.widevine.tools.android.apksigtool.ApkSigTool
ApkSigTool constructor
ApkSigTool.DebugLevel - Enum in com.widevine.tools.android.apksigtool
 
ApkSigTool.HashType - Enum in com.widevine.tools.android.apksigtool
 

B

Base64 - Class in com.widevine.tools.android.apksigtool
 
Base64() - Constructor for class com.widevine.tools.android.apksigtool.Base64
 

C

com.widevine.tools.android.apksigtool - package com.widevine.tools.android.apksigtool
 

D

decode(String) - Static method in class com.widevine.tools.android.apksigtool.Base64
Takes in a base64 encoded string and returns a byte array

E

encode(byte[]) - Static method in class com.widevine.tools.android.apksigtool.Base64
Takes in a byte array and returns a base 64 encoded string

M

main(String[]) - Static method in class com.widevine.tools.android.apksigtool.ApkSigTool
Takes an apk, computes a hash over the dex file contained within the apk, signs it, stores the signature and certificate in a resources file and inserts this in the apk.

V

valueOf(String) - Static method in enum com.widevine.tools.android.apksigtool.ApkSigTool.DebugLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.widevine.tools.android.apksigtool.ApkSigTool.HashType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.widevine.tools.android.apksigtool.ApkSigTool.DebugLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.widevine.tools.android.apksigtool.ApkSigTool.HashType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E M V