StubKeyStoreFactory

public class StubKeyStoreFactory
extends Object implements IKeyStoreFactory

java.lang.Object
com.android.tradefed.util.keystore.StubKeyStoreFactory


KeyStore Factory 的默认存根实现

概括

公共构造函数

StubKeyStoreFactory ()

公共方法

IKeyStoreClient createKeyStoreClient ()

创建一个密钥存储客户端以从密钥存储中获取值。

公共构造函数

StubKeyStoreFactory

public StubKeyStoreFactory ()

公共方法

创建密钥库客户端

public IKeyStoreClient createKeyStoreClient ()

创建一个密钥存储客户端以从密钥存储中获取值。

退货
IKeyStoreClient IKeyStoreClient

投掷
KeyStoreException