| 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 |
AbstractEncryptionService
This class will manage Instance and Application scoped IVs.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
AbstractEncryptionConfiguration.asService()
Creates a
EncryptionService based on the current configuration
and notifies all listeners |
protected abstract EncryptionService |
AbstractEncryptionConfiguration.buildService()
Validates configuration parameters and returns a
EncryptionService instance. |
static EncryptionService |
SecurityManager.get(String name)
Fetches an instance of encryption service.
|
| 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 |
KeyStoreBasedEncryptionEncryptionServices
This class will build a CryptoBox including keys from a keystore protected
by a password.
|
| Modifier and Type | Method and Description |
|---|---|
protected EncryptionService |
KeyStoreBasedEncryptionConfiguration.buildService() |
| Modifier and Type | Class and Description |
|---|---|
class |
PassphraseGeneratedEncryptionServices
This class generates a CryptoBox from a PassPhrase
|
| Modifier and Type | Method and Description |
|---|---|
protected EncryptionService |
PassphraseGeneratedEncryptionConfiguration.buildService() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.