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

XSECCryptoKeyDSA Class Reference

#include <XSECCryptoKeyDSA.hpp>

Inheritance diagram for XSECCryptoKeyDSA:

Inheritance graph
[legend]
Collaboration diagram for XSECCryptoKeyDSA:

Collaboration graph
[legend]
List of all members.

Public Methods

 XSECCryptoKeyDSA ()
virtual ~XSECCryptoKeyDSA ()
virtual XSECCryptoKey::KeyType getKeyType ()
virtual XSECCryptoKey * clone ()=0
virtual void loadPBase64BigNums (const char *b64, unsigned int len)=0
virtual void loadQBase64BigNums (const char *b64, unsigned int len)=0
virtual void loadGBase64BigNums (const char *b64, unsigned int len)=0
virtual void loadYBase64BigNums (const char *b64, unsigned int len)=0
virtual void loadJBase64BigNums (const char *b64, unsigned int len)=0
virtual bool verifyBase64Signature (unsigned char *hashBuf, unsigned int hashLen, char *base64Signature, unsigned int sigLen)=0
virtual unsigned int signBase64Signature (unsigned char *hashBuf, unsigned int hashLen, char *base64SignatureBuf, unsigned int base64SignatureBufLen)=0

Constructor & Destructor Documentation

XSECCryptoKeyDSA::XSECCryptoKeyDSA (    )  [inline]
 

virtual XSECCryptoKeyDSA::~XSECCryptoKeyDSA (    )  [inline, virtual]
 


Member Function Documentation

virtual XSECCryptoKey* XSECCryptoKeyDSA::clone (    )  [pure virtual]
 

Implements XSECCryptoKey.

Implemented in OpenSSLCryptoKeyDSA.

virtual XSECCryptoKey::KeyType XSECCryptoKeyDSA::getKeyType (    )  [inline, virtual]
 

Reimplemented from XSECCryptoKey.

Reimplemented in OpenSSLCryptoKeyDSA.

virtual void XSECCryptoKeyDSA::loadGBase64BigNums (  const char *    b64,
unsigned int    len
)  [pure virtual]
 

Implemented in OpenSSLCryptoKeyDSA.

virtual void XSECCryptoKeyDSA::loadJBase64BigNums (  const char *    b64,
unsigned int    len
)  [pure virtual]
 

Implemented in OpenSSLCryptoKeyDSA.

virtual void XSECCryptoKeyDSA::loadPBase64BigNums (  const char *    b64,
unsigned int    len
)  [pure virtual]
 

Implemented in OpenSSLCryptoKeyDSA.

virtual void XSECCryptoKeyDSA::loadQBase64BigNums (  const char *    b64,
unsigned int    len
)  [pure virtual]
 

Implemented in OpenSSLCryptoKeyDSA.

virtual void XSECCryptoKeyDSA::loadYBase64BigNums (  const char *    b64,
unsigned int    len
)  [pure virtual]
 

Implemented in OpenSSLCryptoKeyDSA.

virtual unsigned int XSECCryptoKeyDSA::signBase64Signature (  unsigned char *    hashBuf,
unsigned int    hashLen,
char *    base64SignatureBuf,
unsigned int    base64SignatureBufLen
)  [pure virtual]
 

Implemented in OpenSSLCryptoKeyDSA.

virtual bool XSECCryptoKeyDSA::verifyBase64Signature (  unsigned char *    hashBuf,
unsigned int    hashLen,
char *    base64Signature,
unsigned int    sigLen
)  [pure virtual]
 

Implemented in OpenSSLCryptoKeyDSA.


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