IKeyStoreFactory

public interface IKeyStoreFactory

com.android.tradefed.util.keystore.IKeyStoreFactory


Factory for creating IKeyStoreClient.

Summary

Public methods

abstract IKeyStoreClient createKeyStoreClient()

Creates a key store client for fetching values from key store.

Public methods

createKeyStoreClient

public abstract IKeyStoreClient createKeyStoreClient ()

Creates a key store client for fetching values from key store.

Returns
IKeyStoreClient IKeyStoreClient

Throws
KeyStoreException for any failures in creating key store client.