gsdsdk / com.gsd.software.sdk.netconnector.request.authorization.interceptor / DecryptionStrategy

DecryptionStrategy

interface DecryptionStrategy

Created by Maksim Shumko on 8/3/2018.

Functions

Name Summary
decrypt abstract fun decrypt(encryptedBytes:ByteArray?):String?

Inheritors

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.