Méthode | Description | |
---|---|---|
GetAvailableKeys ( string keystore, string storepass ) : string[] | ||
OnGUI ( ) : void | ||
ShowAndroidKeystoreWindow ( string company, string keystore, string storepass ) : void |
Méthode | Description | |
---|---|---|
CreateKey ( string keystore, string storepass ) : bool | ||
GetRect ( ) : |
||
IntInput ( string label, int &value ) : void | ||
PasswordInput ( string label, string &value ) : void | ||
TextInput ( string label, string &value ) : void | ||
escapeDName ( string value ) : string |
public static GetAvailableKeys ( string keystore, string storepass ) : string[] | ||
keystore | string | |
storepass | string | |
Résultat | string[] |
public static ShowAndroidKeystoreWindow ( string company, string keystore, string storepass ) : void | ||
company | string | |
keystore | string | |
storepass | string | |
Résultat | void |