public class DefaultEncryptionServiceFactory extends Object implements EncryptionServiceFactory
| Constructor and Description |
|---|
DefaultEncryptionServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
getService(CryptoConfig config,
android.content.Context context)
This method provides a EncryptionService.
|
public EncryptionService getService(CryptoConfig config, android.content.Context context)
EncryptionServiceFactorygetService in interface EncryptionServiceFactoryconfig - config objects may provide any parameters they wish.context - the Android Application ContextCopyright © 2013 JBoss by Red Hat. All Rights Reserved.