gsdsdk / com.gsd.software.sdk.netconnector.request.authorization.encryption.keyproviders / KeyProvider
class KeyProvider
Created by Maksim Shumko on 8/9/2018.
Name | Summary |
---|---|
<init> | KeyProvider(context: Context ) Created by Maksim Shumko on 8/9/2018. |
Name | Summary |
---|---|
context | val context: Context |
tag | lateinit var tag: String |
Name | Summary |
---|---|
getDecryptedKey | fun getDecryptedKey(): String ? |
saveKey | fun saveKey(key: String ): Unit |
Name | Summary |
---|---|
AES | const val AES: String |
RSA | const val RSA: String |