Class KeyStoreUtils


  • @Volatile
    public final class KeyStoreUtils
    extends java.lang.Object
    Key Store Utilities
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANDROID_KEY_STORE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void importEntry​(java.lang.String storeType, java.io.InputStream storeStream, char[] storePassword, java.lang.String extAlias, char[] extKeyPass, java.lang.String newAlias)
      Imports the key entry including public key, private key, and certificates from the given KeyStore input stream into the Android KeyStore.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait