IKeyStoreFactory
public interface IKeyStoreFactory
com.android.tradefed.util.keystore.IKeyStoreFactory |
IKeyStoreClient
を作成するためのファクトリ。
まとめ
公開メソッド | |
---|---|
abstract IKeyStoreClient | createKeyStoreClient () キー ストアから値を取得するためのキー ストア クライアントを作成します。 |
公開メソッド
createKeyStoreClient
public abstract IKeyStoreClient createKeyStoreClient ()
キー ストアから値を取得するためのキー ストア クライアントを作成します。
戻り値 | |
---|---|
IKeyStoreClient | IKeyStoreClient |
スロー | |
---|---|
KeyStoreException | キー ストア クライアントの作成に失敗した場合。 |