IKeyStoreFactory
public
interface
IKeyStoreFactory
com.android.tradefed.util.keystore.IKeyStoreFactory |
IKeyStoreClient
を作成するためのファクトリ。
概要
パブリック メソッド | |
---|---|
abstract
IKeyStoreClient
|
createKeyStoreClient()
キーストアから値をフェッチするためのキーストア クライアントを作成します。 |
パブリック メソッド
createKeyStoreClient
public abstract IKeyStoreClient createKeyStoreClient ()
キーストアから値をフェッチするためのキーストア クライアントを作成します。
戻り値 | |
---|---|
IKeyStoreClient |
IKeyStoreClient |
例外 | |
---|---|
KeyStoreException |
キーストア クライアントの作成中に発生したエラー メッセージを記録します。 |