| Package | Description |
|---|---|
| org.jboss.aerogear.android.security | |
| org.jboss.aerogear.android.security.keystore | |
| org.jboss.aerogear.android.security.passphrase |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEncryptionConfiguration<CONFIGURATION extends AbstractEncryptionConfiguration<CONFIGURATION>> |
| Modifier and Type | Method and Description |
|---|---|
static <CFG extends AbstractEncryptionConfiguration<CFG>> |
SecurityManager.config(String name,
Class<CFG> cryptoConfigurationClass)
Begins a new fluent configuration stanza.
|
static <CFG extends AbstractEncryptionConfiguration<CFG>> |
SecurityManager.registerConfigurationProvider(Class<CFG> configurationClass,
org.jboss.aerogear.android.core.ConfigurationProvider<CFG> provider)
This will add a new Configuration that this Manager can build
Configurations for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnEncryptionServiceCreatedListener.onEncryptionServiceCreated(AbstractEncryptionConfiguration<?> configuration,
EncryptionService service)
A method called when
EncryptionServices are created. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyStoreBasedEncryptionConfiguration
Configures an instance of
KeyStoreBasedEncryptionEncryptionServices. |
| Modifier and Type | Class and Description |
|---|---|
class |
PassphraseGeneratedEncryptionConfiguration
Configures an instance of
PassphraseGeneratedEncryptionServices. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.