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 ()
公共方法
创建KeyStoreClient
public IKeyStoreClient createKeyStoreClient ()
创建用于从密钥库中获取值的密钥库客户端。
退货 | |
---|---|
IKeyStoreClient | IKeyStoreClient |
投掷 | |
---|---|
KeyStoreException |