IKeyStoreFactory

public interface IKeyStoreFactory

com.android.tradefed.util.keystore.IKeyStoreFactory


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

まとめ

公開メソッド

abstract IKeyStoreClient createKeyStoreClient ()

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

公開メソッド

createKeyStoreClient

public abstract IKeyStoreClient createKeyStoreClient ()

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

戻り値
IKeyStoreClient IKeyStoreClient

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