Skip to content

developer-krushna/JKS-SignKey-Generator

Repository files navigation

JKS-SignKey-Generator

Android jks key generator with optional certificate details

Available features

  • No need to fill all the certificate details like Organization name, country, State etc..You can only set your common name for generating keys
  • Can export pk8 + pem keys

Usage

  • Please add this Provider code in your Application class or any other class
static {
 java.security.Security.addProvider(new android.sun.security.provider.JavaKeyStoreProvider());
}

Sample

Screenshot

This project already used in Modder Hub

About

Android jks key generator with optional certificate details

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages