typedef enum { ... } SilcPKCSType;
Supported public key cryptosystem types.
typedef enum { SILC_PKCS_SILC = 1, /* SILC PKCS */ SILC_PKCS_SSH2 = 2, /* SSH2 PKCS (not supported) */ SILC_PKCS_X509V3 = 3, /* X.509v3 PKCS (not supported) */ SILC_PKCS_OPENPGP = 4, /* OpenPGP PKCS (not supported) */ SILC_PKCS_SPKI = 5, /* SPKI PKCS (not supported) */ } SilcPKCSType;