typedef enum { ... } SilcPKCSType
Public and private key file encoding types.
typedef enum { SILC_PKCS_FILE_BIN, /* Binary encoding */ SILC_PKCS_FILE_BASE64 /* Base64 encoding */ } SilcPKCSFileEncoding;