Which Are the Available KeyStores Types in CERTivity Application?

The available KeyStore types are:

  • jks – Java KeyStore (Oracle’s KeyStore format);
  • pkcs12 – Public-Key Cryptography Standards #12 KeyStore (RSA’s Personal Information Exchange Syntax Standard);
  • jceks – Java Cryptography Extension KeyStore (More secure version of JKS);
  • bks – Bouncy Castle KeyStore (Bouncy Castle’s version of JKS);
  • uber – Bouncy Castle UBER KeyStore (More secure version of BKS);
  • Windows Root CA KeyStore;
  • Windows User KeyStore.
  • Tags: