PubKeyAlgo
Description:
[ CCode ( cprefix = "GMIME_PUBKEY_ALGO_" , has_type_id = false ) ]
public enum PubKeyAlgo
Content:
Enum values:
- DEFAULT - The default public-key
algorithm.
- DSA - The DSA algorithm.
- ECC - The Eliptic Curve algorithm.
- ECDH - The Eliptic Curve + Diffie Helman
algorithm.
- ECDSA - The Eliptic Curve + DSA
algorithm.
- EDDSA - The Eliptic Curve + DSA
algorithm.
- ELG - The ElGamal algorithm.
- ELG_E - An encryption-only ElGamal
algorithm.
- RSA - The RSA algorithm.
- RSA_E - An encryption-only RSA
algorithm.
- RSA_S - A signature-only RSA algorithm.