gsdsdk / com.gsd.software.sdk.netconnector.request.authorization.encryption.encryptors / AesEncryptor

AesEncryptor

class AesEncryptor

Created by Maksim Shumko on 8/9/2018.

Constructors

Name Summary
<init> AesEncryptor(keyProvider:KeyProvider)
Created by Maksim Shumko on 8/9/2018.

Functions

Name Summary
decryptStream fun decryptStream(inputStream:InputStream):CipherInputStream
decryptWithAesKey fun decryptWithAesKey(encryptedBytes:ByteArray):String?
encryptStream fun encryptStream(inputStream:InputStream):CipherInputStream
encryptWithAesKey fun encryptWithAesKey(decryptedText:String):String?