gsdsdk / com.gsd.software.sdk.netconnector.request.authorization.encryption.encryptors / RsaEncryptor
class RsaEncryptor
Created by Maksim Shumko on 8/9/2018.
Name | Summary |
---|---|
<init> | RsaEncryptor(keyProvider: KeyProvider ) Created by Maksim Shumko on 8/9/2018. |
Name | Summary |
---|---|
keyProvider | val keyProvider: KeyProvider |
Name | Summary |
---|---|
decryptWithPrivateKey | fun decryptWithPrivateKey(encryptedBytes: ByteArray ): String ? |
encryptWithServerPublicKey | fun encryptWithServerPublicKey(plainText: String ): String ? |