JSONFileKeyStoreFactory

public class JSONFileKeyStoreFactory
extends Object implements IKeyStoreFactory

java.lang.Object
   ↳ com.android.tradefed.util.keystore.JSONFileKeyStoreFactory


Implementasi Pabrik KeyStore JSON, yang menyediakan JSONFileKeyStoreClient untuk yang mengakses File JSON Key Store.

Ringkasan

Konstruktor publik

JSONFileKeyStoreFactory()

Metode publik

IKeyStoreClient createKeyStoreClient()

Membuat klien key store untuk mengambil nilai dari key store.

void setHostName(String hostName)

Metode helper yang digunakan untuk menetapkan nama host.

Konstruktor publik

JSONFileKeyStoreFactory

public JSONFileKeyStoreFactory ()

Metode publik

createKeyStoreClient

public IKeyStoreClient createKeyStoreClient ()

Membuat klien key store untuk mengambil nilai dari key store.

Hasil
IKeyStoreClient IKeyStoreClient

Menampilkan
KeyStoreException

setHostName

public void setHostName (String hostName)

Metode helper yang digunakan untuk menetapkan nama host. Digunakan untuk pengujian.

Parameter
hostName String: untuk digunakan sebagai nama host.