Click or drag to resize

Rsa Methods

The Rsa type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateKeyPair
Creates a public and private key pair that can be used for asymmethric encryption
Public methodStatic memberDecrypt
Decrypts encrypted data
Public methodStatic memberEncrypt(String, Byte)
Encrypts data
Public methodStatic memberEncrypt(String, String)
Encrypts data
Top
See Also