Defines the supported asymmetric encryption algorithms for OpenPGP keys.
Namespace:
DidiSoftAssembly: PGPLib (in PGPLib.dll) Version: 1.6.3.19546
Syntax
| C# |
|---|
public enum KeyAlgorithm |
| Visual Basic (Declaration) |
|---|
Public Enumeration KeyAlgorithm |
| Visual C++ |
|---|
public enum class KeyAlgorithm |
Members
| Member name | Description | |
|---|---|---|
| RSA |
RSA (Rivest, Shamir and Adleman algorithm)
| |
| ELGAMAL |
Implementation of DH/DSS
|