IKeyStore工厂

public interface IKeyStoreFactory

com.android.tradefed.util.keystore.IKeyStoreFactory


用于创建IKeyStoreClient工厂。

概括

公共方法

abstract IKeyStoreClient createKeyStoreClient ()

创建用于从密钥库中获取值的密钥库客户端。

公共方法

创建KeyStoreClient

public abstract IKeyStoreClient createKeyStoreClient ()

创建用于从密钥库中获取值的密钥库客户端。

退货
IKeyStoreClient IKeyStoreClient

投掷
KeyStoreException对于创建密钥存储客户端的任何失败。