SilcSshPublicKey
NAME
typedef struct { ... } *SilcSshPublicKey;
DESCRIPTION
This structure defines the SSH2 public key. This context can be retrieved from SilcPublicKey by calling silc_pkcs_public_key_get_pkcs for the PKCS type SILC_PKCS_SSH2.
SOURCE
typedef struct SilcSshPublicKeyStruct { SilcHashTable fields; /* Public key headers */ const SilcPKCSAlgorithm *pkcs; /* PKCS Algorithm */ void *public_key; /* PKCS Algorithm specific public key */ SilcSshKeyType type; /* Public key type */ } *SilcSshPublicKey;