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 |