RSACrypto

open class RSACrypto

Handles encrypting and decrypting using the RSA public key encryption algorithm.

Constructors

Link copied to clipboard
constructor(key: Array<Byte>)

Functions

Link copied to clipboard
open fun encrypt(input: Array<Byte>): Array<Byte>