-
public class KeyStoreHelperHelper to get a KeyStore from a configuration
-
-
Field Summary
Fields Modifier and Type Field Description public final static KeyStoreHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final KeyStoregetKeyStore(Context context, CoreConfiguration config)try to get the keystore -
-
Method Detail
-
getKeyStore
final KeyStore getKeyStore(Context context, CoreConfiguration config)
try to get the keystore
- Parameters:
context- a contextconfig- the configuration
-
-
-
-