NCBI C++ ToolKit
Public Attributes | List of all members
rsa_public_key Struct Reference

Search Toolkit Book for rsa_public_key

#include "sec_negotiate_gnutls.h"
(Private to src/dbapi/driver/ftds100/freetds/tds.)

+ Collaboration diagram for rsa_public_key:

Public Attributes

unsigned size
 
mpz_t n
 
mpz_t e
 

Detailed Description

Definition at line 137 of file sec_negotiate_gnutls.h.

Member Data Documentation

◆ e

mpz_t rsa_public_key::e

Definition at line 139 of file sec_negotiate_gnutls.h.

◆ n

mpz_t rsa_public_key::n

Definition at line 139 of file sec_negotiate_gnutls.h.

◆ size

unsigned rsa_public_key::size

Definition at line 138 of file sec_negotiate_gnutls.h.

Referenced by tds5_rsa_encrypt().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:23 2024 by modify_doxy.py rev. 669887