Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 880 Bytes

File metadata and controls

18 lines (17 loc) · 880 Bytes

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