gsdsdk / com.gsd.software.sdk.netconnector.request.authorization.interceptor / DecryptionStrategy
interface DecryptionStrategy
Created by Maksim Shumko on 8/3/2018.
Name | Summary |
---|---|
decrypt | abstract fun decrypt(encryptedBytes: ByteArray ?): String ? |
Name | Summary |
---|---|
AesDecryption | class AesDecryption : DecryptionStrategy Created by Maksim Shumko on 8/3/2018. |
RsaDecryption | class RsaDecryption : DecryptionStrategy Created by Maksim Shumko on 8/3/2018. |