gsdsdk / com.gsd.software.sdk.netconnector.request.authorization.interceptor / EncryptionStrategy
interface EncryptionStrategy
Created by Maksim Shumko on 8/3/2018.
Name | Summary |
---|---|
encrypt | abstract fun encrypt(decryptedText: String ): String ? |
Name | Summary |
---|---|
AesEncryption | class AesEncryption : EncryptionStrategy Created by Maksim Shumko on 8/3/2018. |
ServerPublicKeyEncryption | class ServerPublicKeyEncryption : EncryptionStrategy Created by Maksim Shumko on 8/3/2018. |