RSAWrapper
Provides static cryptography members using RSA encryption.
public RSAWrapper()
Base64 decodes and RSA decrypts the provided string using the provided key.
RSA encrypts and Base64 encodes the provided string using the provided key.
Computes an RSA signature hash of the provided data using the provided key.
Verifies the signature validity of the provided RSA encryption data.