public final class EncryptedSQLStoreConfiguration extends StoreConfiguration<EncryptedSQLStoreConfiguration> implements org.jboss.aerogear.android.Config<EncryptedSQLStoreConfiguration>
| Constructor and Description |
|---|
EncryptedSQLStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected Store |
buildStore() |
EncryptedSQLStoreConfiguration |
forClass(Class klass) |
EncryptedSQLStoreConfiguration |
usingPassphrase(String passphrase) |
EncryptedSQLStoreConfiguration |
withContext(android.content.Context context) |
EncryptedSQLStoreConfiguration |
withGsonBuilder(com.google.gson.GsonBuilder builder) |
EncryptedSQLStoreConfiguration |
withIdGenerator(IdGenerator idGenerator) |
addOnStoreCreatedListener, getName, getOnStoreCreatedListeners, setName, setOnStoreCreatedListeners, storepublic EncryptedSQLStoreConfiguration forClass(Class klass)
public EncryptedSQLStoreConfiguration withContext(android.content.Context context)
public EncryptedSQLStoreConfiguration withGsonBuilder(com.google.gson.GsonBuilder builder)
public EncryptedSQLStoreConfiguration withIdGenerator(IdGenerator idGenerator)
public EncryptedSQLStoreConfiguration usingPassphrase(String passphrase)
protected Store buildStore()
buildStore in class StoreConfiguration<EncryptedSQLStoreConfiguration>Copyright © 2014 JBoss by Red Hat. All rights reserved.