JSONFileKeyStoreFactory
public
class
JSONFileKeyStoreFactory
extends Object
implements
IKeyStoreFactory
java.lang.Object
|
↳ |
com.android.tradefed.util.keystore.JSONFileKeyStoreFactory
|
Implementation of a JSON KeyStore Factory, which provides a JSONFileKeyStoreClient
for
accessing a JSON Key Store File.
Summary
Public constructors
JSONFileKeyStoreFactory
public JSONFileKeyStoreFactory ()
Public methods
createKeyStoreClient
public IKeyStoreClient createKeyStoreClient ()
Creates a key store client for fetching values from key store.