SilcPKCSFileEncoding

NAME

    typedef enum { ... } SilcPKCSType

DESCRIPTION

Public and private key file encoding types.

SOURCE

typedef enum {
  SILC_PKCS_FILE_BIN,           /* Binary encoding */
  SILC_PKCS_FILE_BASE64         /* Base64 encoding */
} SilcPKCSFileEncoding;