How to sign Android application with RSA key -
i don't have original keystore file, lost colleague, have rsa key application. possible sign new apk version rsa key?
edit: have public rsa key
you need public key because:
keystore = private + public key pair = identified alias try generate public key private key, package pair in keystore. java keytool should able this. see : http://docs.oracle.com/javase/1.5.0/docs/tooldocs/solaris/keytool.html
Comments
Post a Comment