JSONFileKeyStoreFactory
public
class
JSONFileKeyStoreFactory
extends Object
implements
IKeyStoreFactory
Java.lang.Nesne | |
🎃 | com.android.tradefed.util.keystore.JSONFileKeyStoreFactory |
JSONFileKeyStoreClient
sağlayan JSON KeyStore Factory'nin uygulanması
JSON Anahtar Deposu Dosyası'na erişme.
Özet
Kamu inşaatçıları | |
---|---|
JSONFileKeyStoreFactory()
|
Herkese açık yöntemler | |
---|---|
IKeyStoreClient
|
createKeyStoreClient()
Anahtar deposundan değer getirmek için bir anahtar deposu istemcisi oluşturur. |
void
|
setHostName(String hostName)
Ana makine adını ayarlamak için kullanılan yardımcı yöntem. |
Kamu inşaatçıları
JSONFileKeyStoreFactory
public JSONFileKeyStoreFactory ()
Herkese açık yöntemler
oluşturKeyStoreClient
public IKeyStoreClient createKeyStoreClient ()
Anahtar deposundan değer getirmek için bir anahtar deposu istemcisi oluşturur.
İlerlemeler | |
---|---|
IKeyStoreClient |
IKeyStoreClient |
Fırlatma | |
---|---|
KeyStoreException |
setHostName
public void setHostName (String hostName)
Ana makine adını ayarlamak için kullanılan yardımcı yöntem. Test için kullanılır.
Parametreler | |
---|---|
hostName |
String : Ana makine adı olarak kullanmak için. |