com.android.tradefed.util.keystore

Interfaces

IKeyStoreClient Interface to access a key store for password or sensitive data. 
IKeyStoreFactory Factory for creating IKeyStoreClient

Classes

DryRunKeyStore A keystore for dry-run where any keystore value is always properly replaced and found. 
JSONFileKeyStoreClient A sample implementation where a local JSON file acts a key store. 
JSONFileKeyStoreFactory Implementation of a JSON KeyStore Factory, which provides a JSONFileKeyStoreClient for accessing a JSON Key Store File. 
KeyStoreException Thrown when a fatal key store error happens. 
StubKeyStoreClient Default stub implementation for KeyStore Client. 
StubKeyStoreFactory Default stub implementation for KeyStore Factory