android - keytool error: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider -
want create bks keystore type , i'm using command:
keytool -genkey -keystore ./test.keystore -alias test -storepass testtest -keypass testtest -dname "cn='', ou='', o='', l='', s='', c=''" -storetype bks -providerclass org.bouncycastle.jce.provider.bouncycastleprovider -providerpath ./bcpkix-jdk15on-148.zip
but unfortunately it's throwing:
keytool error: java.lang.classnotfoundexception: org.bouncycastle.jce.provider.bouncycastleprovider
i've tried other versions available @ http://www.bouncycastle.org/latest_releases.html i'm getting same error. doing wrong?
time.
looks using wrong file. here is: http://www.jarfinder.com/index.php/jars/versioninfo/36621
hope helps too.
edit: maven repository
Comments
Post a Comment