| Package | Description |
|---|---|
| org.jboss.aerogear.android.impl.security | |
| org.jboss.aerogear.android.security |
| Modifier and Type | Class and Description |
|---|---|
class |
PassphraseCryptoConfiguration
Configures an instance of
PassphraseEncryptionServices. |
class |
PasswordProtectedKeyStoreCryptoConfiguration
Configures an instance of
PasswordEncryptionServices. |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptoConfiguration<CONFIGURATION extends CryptoConfiguration<CONFIGURATION>> |
| Modifier and Type | Method and Description |
|---|---|
static <CFG extends CryptoConfiguration<CFG>> |
CryptoManager.config(String name,
Class<CFG> cryptoConfigurationClass)
Begins a new fluent configuration stanza.
|
static <CFG extends CryptoConfiguration<CFG>> |
CryptoManager.registerConfigurationProvider(Class<CFG> configurationClass,
org.jboss.aerogear.android.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(CryptoConfiguration<?> configuration,
EncryptionService service)
A method called when
EncryptionServices are created. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.