Package 

Class BaseKeyStoreFactory

  • All Implemented Interfaces:
    org.acra.security.KeyStoreFactory

    
    public abstract class BaseKeyStoreFactory
     implements KeyStoreFactory
                        

    Provides base KeyStoreFactory implementation

    creates a new KeyStoreFactory with the specified certificate type

    • Method Summary

      Modifier and Type Method Description
      KeyStore create(Context context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseKeyStoreFactory

        BaseKeyStoreFactory(String certificateType)
        Parameters:
        certificateType - the certificate type
      • BaseKeyStoreFactory

        BaseKeyStoreFactory()