SilcPKCSType

NAME

    typedef enum { ... } SilcPKCSType;

DESCRIPTION

Supported public key cryptosystem types.

SOURCE

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