TRSA_fun Class Reference

#include <rsafun.h>

List of all members.

Public Member Functions

 TRSA_fun (RSA_genprim_t, RSA_genrsa_t, RSA_encode_t, RSA_decode_t, RSA_num_sput_t, RSA_num_fput_t, RSA_num_sget_t, RSA_num_fget_t, RSA_assign_t, RSA_cmp_t)
 TRSA_fun (RSA_genprim_t, RSA_genrsa_t, RSA_encode_t, RSA_decode_t, RSA_num_sput_t, RSA_num_fput_t, RSA_num_sget_t, RSA_num_fget_t, RSA_assign_t, RSA_cmp_t)

Static Public Member Functions

static RSA_genprim_t RSA_genprim ()
static RSA_genrsa_t RSA_genrsa ()
static RSA_encode_t RSA_encode ()
static RSA_decode_t RSA_decode ()
static RSA_num_sput_t RSA_num_sput ()
static RSA_num_fput_t RSA_num_fput ()
static RSA_num_sget_t RSA_num_sget ()
static RSA_num_fget_t RSA_num_fget ()
static RSA_assign_t RSA_assign ()
static RSA_cmp_t RSA_cmp ()
static RSA_genprim_t RSA_genprim ()
static RSA_genrsa_t RSA_genrsa ()
static RSA_encode_t RSA_encode ()
static RSA_decode_t RSA_decode ()
static RSA_num_sput_t RSA_num_sput ()
static RSA_num_fput_t RSA_num_fput ()
static RSA_num_sget_t RSA_num_sget ()
static RSA_num_fget_t RSA_num_fget ()
static RSA_assign_t RSA_assign ()
static RSA_cmp_t RSA_cmp ()

Static Private Attributes

static RSA_genprim_t fg_rsa_genprim
static RSA_genrsa_t fg_rsa_genrsa
static RSA_encode_t fg_rsa_encode
static RSA_decode_t fg_rsa_decode
static RSA_num_sput_t fg_rsa_num_sput
static RSA_num_fput_t fg_rsa_num_fput
static RSA_num_sget_t fg_rsa_num_sget
static RSA_num_fget_t fg_rsa_num_fget
static RSA_assign_t fg_rsa_assign
static RSA_cmp_t fg_rsa_cmp


Detailed Description

Definition at line 56 of file rsafun.h.


Constructor & Destructor Documentation

TRSA_fun::TRSA_fun ( RSA_genprim_t  ,
RSA_genrsa_t  ,
RSA_encode_t  ,
RSA_decode_t  ,
RSA_num_sput_t  ,
RSA_num_fput_t  ,
RSA_num_sget_t  ,
RSA_num_fget_t  ,
RSA_assign_t  ,
RSA_cmp_t   
)

Definition at line 72 of file rsafun.cxx.

References fg_rsa_assign, fg_rsa_cmp, fg_rsa_decode, fg_rsa_encode, fg_rsa_genprim, fg_rsa_genrsa, fg_rsa_num_fget, fg_rsa_num_fput, fg_rsa_num_sget, and fg_rsa_num_sput.

TRSA_fun::TRSA_fun ( RSA_genprim_t  ,
RSA_genrsa_t  ,
RSA_encode_t  ,
RSA_decode_t  ,
RSA_num_sput_t  ,
RSA_num_fput_t  ,
RSA_num_sget_t  ,
RSA_num_fget_t  ,
RSA_assign_t  ,
RSA_cmp_t   
)


Member Function Documentation

RSA_genprim_t TRSA_fun::RSA_genprim (  )  [static]

Definition at line 56 of file rsafun.cxx.

References fg_rsa_genprim.

Referenced by TAuthenticate::GenRSAKeys().

RSA_genrsa_t TRSA_fun::RSA_genrsa (  )  [static]

Definition at line 57 of file rsafun.cxx.

References fg_rsa_genrsa.

Referenced by TAuthenticate::GenRSAKeys().

RSA_encode_t TRSA_fun::RSA_encode (  )  [static]

Definition at line 58 of file rsafun.cxx.

References fg_rsa_encode.

Referenced by TAuthenticate::GenRSAKeys(), TAuthenticate::SecureSend(), and TAuthenticate::SendRSAPublicKey().

RSA_decode_t TRSA_fun::RSA_decode (  )  [static]

Definition at line 59 of file rsafun.cxx.

References fg_rsa_decode.

Referenced by TAuthenticate::GenRSAKeys(), and TAuthenticate::SecureRecv().

RSA_num_sput_t TRSA_fun::RSA_num_sput (  )  [static]

Definition at line 60 of file rsafun.cxx.

References fg_rsa_num_sput.

Referenced by TAuthenticate::GenRSAKeys().

RSA_num_fput_t TRSA_fun::RSA_num_fput (  )  [static]

Definition at line 61 of file rsafun.cxx.

References fg_rsa_num_fput.

RSA_num_sget_t TRSA_fun::RSA_num_sget (  )  [static]

Definition at line 62 of file rsafun.cxx.

References fg_rsa_num_sget.

Referenced by TAuthenticate::DecodeRSAPublic().

RSA_num_fget_t TRSA_fun::RSA_num_fget (  )  [static]

Definition at line 63 of file rsafun.cxx.

References fg_rsa_num_fget.

RSA_assign_t TRSA_fun::RSA_assign (  )  [static]

Definition at line 64 of file rsafun.cxx.

References fg_rsa_assign.

Referenced by TAuthenticate::GenRSAKeys(), and TAuthenticate::SetRSAPublic().

RSA_cmp_t TRSA_fun::RSA_cmp (  )  [static]

Definition at line 65 of file rsafun.cxx.

References fg_rsa_cmp.

Referenced by TAuthenticate::GenRSAKeys().

static RSA_genprim_t TRSA_fun::RSA_genprim (  )  [static]

static RSA_genrsa_t TRSA_fun::RSA_genrsa (  )  [static]

static RSA_encode_t TRSA_fun::RSA_encode (  )  [static]

static RSA_decode_t TRSA_fun::RSA_decode (  )  [static]

static RSA_num_sput_t TRSA_fun::RSA_num_sput (  )  [static]

static RSA_num_fput_t TRSA_fun::RSA_num_fput (  )  [static]

static RSA_num_sget_t TRSA_fun::RSA_num_sget (  )  [static]

static RSA_num_fget_t TRSA_fun::RSA_num_fget (  )  [static]

static RSA_assign_t TRSA_fun::RSA_assign (  )  [static]

static RSA_cmp_t TRSA_fun::RSA_cmp (  )  [static]


Member Data Documentation

RSA_genprim_t TRSA_fun::fg_rsa_genprim [static, private]

Definition at line 59 of file rsafun.h.

Referenced by RSA_genprim(), and TRSA_fun().

RSA_genrsa_t TRSA_fun::fg_rsa_genrsa [static, private]

Definition at line 60 of file rsafun.h.

Referenced by RSA_genrsa(), and TRSA_fun().

RSA_encode_t TRSA_fun::fg_rsa_encode [static, private]

Definition at line 61 of file rsafun.h.

Referenced by RSA_encode(), and TRSA_fun().

RSA_decode_t TRSA_fun::fg_rsa_decode [static, private]

Definition at line 62 of file rsafun.h.

Referenced by RSA_decode(), and TRSA_fun().

RSA_num_sput_t TRSA_fun::fg_rsa_num_sput [static, private]

Definition at line 63 of file rsafun.h.

Referenced by RSA_num_sput(), and TRSA_fun().

RSA_num_fput_t TRSA_fun::fg_rsa_num_fput [static, private]

Definition at line 64 of file rsafun.h.

Referenced by RSA_num_fput(), and TRSA_fun().

RSA_num_sget_t TRSA_fun::fg_rsa_num_sget [static, private]

Definition at line 65 of file rsafun.h.

Referenced by RSA_num_sget(), and TRSA_fun().

RSA_num_fget_t TRSA_fun::fg_rsa_num_fget [static, private]

Definition at line 66 of file rsafun.h.

Referenced by RSA_num_fget(), and TRSA_fun().

RSA_assign_t TRSA_fun::fg_rsa_assign [static, private]

Definition at line 67 of file rsafun.h.

Referenced by RSA_assign(), and TRSA_fun().

RSA_cmp_t TRSA_fun::fg_rsa_cmp [static, private]

Definition at line 68 of file rsafun.h.

Referenced by RSA_cmp(), and TRSA_fun().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:46:33 2011 for ROOT_528-00b_version by  doxygen 1.5.1