| Package | Description |
|---|---|
| org.jboss.aerogear.android.impl.security | |
| org.jboss.aerogear.android.security |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEncryptionService
This class will manage Instance and Application scoped IVs.
|
class |
PassphraseEncryptionServices
This class generates a CryptoBox from a PassPhrase
|
class |
PasswordEncryptionServices
This class will build a CryptoBox including keys from a keystore protected
by a password.
|
| Modifier and Type | Method and Description |
|---|---|
protected EncryptionService |
PassphraseCryptoConfiguration.buildService() |
protected EncryptionService |
PasswordProtectedKeyStoreCryptoConfiguration.buildService() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
CryptoConfiguration.asService()
Creates a
EncryptionService based on the current configuration
and notifies all listeners |
protected abstract EncryptionService |
CryptoConfiguration.buildService()
Validates configuration parameters and returns a
EncryptionService instance. |
static EncryptionService |
CryptoManager.get(String name)
Fetches an instance of encryption service.
|
| 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.