Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

XSECCryptoKeyRSA Class Reference

#include <XSECCryptoKeyRSA.hpp>

Inheritance diagram for XSECCryptoKeyRSA:

Inheritance graph
[legend]
Collaboration diagram for XSECCryptoKeyRSA:

Collaboration graph
[legend]
List of all members.

Public Methods

 XSECCryptoKeyRSA ()
virtual ~XSECCryptoKeyRSA ()
virtual XSECCryptoKey::KeyType getKeyType ()
virtual XSECCryptoKeyclone ()=0
virtual void loadPublicModulusBase64BigNums (const char *b64, unsigned int len)=0
virtual void loadPublicExponentBase64BigNums (const char *b64, unsigned int len)=0
virtual bool verifySHA1PKCS1Base64Signature (const unsigned char *hashBuf, unsigned int hashLen, const char *base64Signature, unsigned int sigLen)=0
virtual unsigned int signSHA1PKCS1Base64Signature (unsigned char *hashBuf, unsigned int hashLen, char *base64SignatureBuf, unsigned int base64SignatureBufLen)=0

Constructor & Destructor Documentation

XSECCryptoKeyRSA::XSECCryptoKeyRSA   [inline]
 

virtual XSECCryptoKeyRSA::~XSECCryptoKeyRSA   [inline, virtual]
 


Member Function Documentation

virtual XSECCryptoKey* XSECCryptoKeyRSA::clone   [pure virtual]
 

Implements XSECCryptoKey.

Implemented in OpenSSLCryptoKeyRSA.

virtual XSECCryptoKey::KeyType XSECCryptoKeyRSA::getKeyType   [inline, virtual]
 

Reimplemented from XSECCryptoKey.

Reimplemented in OpenSSLCryptoKeyRSA.

virtual void XSECCryptoKeyRSA::loadPublicExponentBase64BigNums const char *    b64,
unsigned int    len
[pure virtual]
 

Implemented in OpenSSLCryptoKeyRSA.

virtual void XSECCryptoKeyRSA::loadPublicModulusBase64BigNums const char *    b64,
unsigned int    len
[pure virtual]
 

Implemented in OpenSSLCryptoKeyRSA.

virtual unsigned int XSECCryptoKeyRSA::signSHA1PKCS1Base64Signature unsigned char *    hashBuf,
unsigned int    hashLen,
char *    base64SignatureBuf,
unsigned int    base64SignatureBufLen
[pure virtual]
 

Implemented in OpenSSLCryptoKeyRSA.

virtual bool XSECCryptoKeyRSA::verifySHA1PKCS1Base64Signature const unsigned char *    hashBuf,
unsigned int    hashLen,
const char *    base64Signature,
unsigned int    sigLen
[pure virtual]
 

Implemented in OpenSSLCryptoKeyRSA.


The documentation for this class was generated from the following file:
Generated on Sat Jan 11 20:35:30 2003 for XML-Security-C by doxygen1.2.15