IKeyStoreFactory

public interface IKeyStoreFactory

com.android.tradefed.util.keystore.IKeyStoreFactory


IKeyStoreClient を作成するためのファクトリ。

概要

パブリック メソッド

abstract IKeyStoreClient createKeyStoreClient()

キーストアから値を取得するキーストア クライアントを作成します。

パブリック メソッド

createKeyStoreClient

public abstract IKeyStoreClient createKeyStoreClient ()

キーストアから値を取得するキーストア クライアントを作成します。

戻り値
IKeyStoreClient IKeyStoreClient

例外
KeyStoreException キーストア クライアントの作成に失敗した場合。