| Package | Description |
|---|---|
| org.jboss.aerogear.android | |
| org.jboss.aerogear.android.impl.security | |
| org.jboss.aerogear.android.security |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
KeyManager.encryptionService(String name,
CryptoConfig config,
android.content.Context context)
This method will create a encryptionService based on the config object.
|
EncryptionService |
KeyManager.get(String name)
Fetches an instance of encryption service.
|
| 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 |
|---|---|
EncryptionService |
DefaultEncryptionServiceFactory.getService(CryptoConfig config,
android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
EncryptionServiceFactory.getService(CryptoConfig config,
android.content.Context context)
This method provides a EncryptionService.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.