IKeyStoreFactory

public interface IKeyStoreFactory

com.android.tradefed.util.keystore.IKeyStoreFactory


用於建立 IKeyStoreClient 的工廠。

摘要

公用方法

abstract IKeyStoreClient createKeyStoreClient()

建立用於從 KeyStore 擷取值的 KeyStore 用戶端。

公用方法

createKeyStoreClient

public abstract IKeyStoreClient createKeyStoreClient ()

建立用於從 KeyStore 擷取值的 KeyStore 用戶端。

傳回
IKeyStoreClient IKeyStoreClient

擲回
KeyStoreException 建立 KeyStore 用戶端時發生任何錯誤。