| Class | Description |
|---|---|
| AesAlgorithm |
The AesAlgorithm class provides static methods to manipulate keys, encrypt
and decrypt using the AES symmetric key cipher.
|
| Encryptor |
Encryptor has static constants and utility methods for encryption, such as
encryptData.
|
| EncryptParams |
An EncryptParams holds an algorithm type and other parameters used to
encrypt and decrypt.
|
| RsaAlgorithm |
The RsaAlgorithm class provides static methods to manipulate keys, encrypt
and decrypt using RSA.
|
| Enum | Description |
|---|---|
| EncryptAlgorithmType |
Copyright © 2019. All rights reserved.