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

RsaEncryptor

class RsaEncryptor

Created by Maksim Shumko on 8/9/2018.

Constructors

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

Properties

Name Summary
keyProvider val keyProvider:KeyProvider

Functions

Name Summary
decryptWithPrivateKey fun decryptWithPrivateKey(encryptedBytes:ByteArray):String?
encryptWithServerPublicKey fun encryptWithServerPublicKey(plainText:String):String?