SilcSILCPrivateKey

NAME

    typedef struct { ... } *SilcSILCPrivateKey;

DESCRIPTION

This structure defines the SILC protocol implementation specific private key. This structure isn't usually needed by the user.

SOURCE

typedef struct SilcSILCPrivateKeyStruct {
  const SilcPKCSAlgorithm *pkcs;   /* PKCS algorithm */
  void *private_key;               /* PKCS algorithm specific private key */
} *SilcSILCPrivateKey;