Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

WvRSAKey Class Reference

#include <wvcrypto.h>

List of all members.

Public Methods

 WvRSAKey (const char *_keystr, bool priv)
 WvRSAKey (int bits)
 ~WvRSAKey ()
char * private_str () const
char * public_str () const
 WvRSAKey (const char *_keystr, bool priv)
 WvRSAKey (int bits)
 ~WvRSAKey ()
char * private_str () const
char * public_str () const

Public Attributes

rsa_st * rsa
rsa_st * rsa

Private Attributes

char * pub
char * prv
char * pub


Constructor & Destructor Documentation

WvRSAKey::WvRSAKey const char *    _keystr,
bool    priv
 

Definition at line 140 of file wvcrypto.cc.

References hexify, prv, pub, rsa, size, and unhexify.

WvRSAKey::WvRSAKey int    bits
 

Definition at line 182 of file wvcrypto.cc.

References hexify, prv, pub, rsa, and size.

WvRSAKey::~WvRSAKey  
 

Definition at line 206 of file wvcrypto.cc.

References prv, pub, and rsa.

WvRSAKey::WvRSAKey const char *    _keystr,
bool    priv
 

WvRSAKey::WvRSAKey int    bits
 

WvRSAKey::~WvRSAKey  
 


Member Function Documentation

char* WvRSAKey::private_str   const [inline]
 

Definition at line 101 of file include/wvcrypto.h.

References prv.

char* WvRSAKey::private_str   const [inline]
 

Definition at line 101 of file crypto/wvcrypto.h.

References prv.

char* WvRSAKey::public_str   const [inline]
 

Definition at line 103 of file include/wvcrypto.h.

References pub.

char* WvRSAKey::public_str   const [inline]
 

Definition at line 103 of file crypto/wvcrypto.h.

References pub.


Member Data Documentation

char * WvRSAKey::prv [private]
 

Definition at line 92 of file include/wvcrypto.h.

Referenced by private_str, WvRSAKey, and ~WvRSAKey.

char* WvRSAKey::pub [private]
 

Definition at line 92 of file include/wvcrypto.h.

char* WvRSAKey::pub [private]
 

Definition at line 92 of file crypto/wvcrypto.h.

Referenced by public_str, WvRSAKey, and ~WvRSAKey.

struct rsa_st* WvRSAKey::rsa
 

Definition at line 95 of file include/wvcrypto.h.

struct rsa_st* WvRSAKey::rsa
 

Definition at line 95 of file crypto/wvcrypto.h.

Referenced by WvX509Mgr::createcertreq, WvX509Mgr::createSScert, WvX509Mgr::dumpkeypair, WvX509Mgr::dumprawkeypair, WvRSAStream::uread, WvRSAStream::uwrite, WvRSAKey, WvRSAStream::WvRSAStream, WvSSLStream::WvSSLStream, and ~WvRSAKey.


The documentation for this class was generated from the following files:
Generated on Sun Aug 25 02:29:44 2002 for WvStreams by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002