keytool error: java.security.KeyStoreException: BKS not found
how to create a .bks keystore in java sun keytool, what should i do? C:\Program Files\Java\jdk1.6.0\jre\bin>keytool -genkey -alias server3private -ke ystore server3.private -storetype BKS -keyalg rsa -dname "CN=Your Name, OU=Your Organizational Unit, O=Your Organization, L=Your City, S=Your State, C=Your Coun try" -storepass tahirpw -keypass tahirpw it gives me error keytool error: java.security.KeyStoreException: BKS not found Your error indicates that keytool tries to instantiate a BKS keystore but no Cryptographic Service Provider (CSP) is able to provide such an implementation. BKS