gsdsdk / com.gsd.software.sdk.netconnector.request.authorization.encryption.encryptors / AesEncryptor
class AesEncryptor
Created by Maksim Shumko on 8/9/2018.
Name | Summary |
---|---|
<init> | AesEncryptor(keyProvider: KeyProvider ) Created by Maksim Shumko on 8/9/2018. |
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 ? |