Defines the supported asymmetric encryption algorithms for OpenPGP keys.

Namespace:  DidiSoft
Assembly:  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 nameDescription
RSA
RSA (Rivest, Shamir and Adleman algorithm)
ELGAMAL
Implementation of DH/DSS

See Also