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

OpenSSLCryptoKeyHMAC Class Reference

#include <OpenSSLCryptoKeyHMAC.hpp>

Inheritance diagram for OpenSSLCryptoKeyHMAC:

Inheritance graph
[legend]
Collaboration diagram for OpenSSLCryptoKeyHMAC:

Collaboration graph
[legend]
List of all members.

Public Methods

 OpenSSLCryptoKeyHMAC ()
virtual ~OpenSSLCryptoKeyHMAC ()
virtual XSECCryptoKeyclone ()
 Replicate key.

virtual XSECCryptoKey::KeyType getKeyType ()
 Return the type of this key.

virtual void setKey (unsigned char *inBuf, unsigned int inLength)
 Set the key.

virtual unsigned int getKey (safeBuffer &outBuf)
 Get the key value.


Constructor & Destructor Documentation

OpenSSLCryptoKeyHMAC::OpenSSLCryptoKeyHMAC  
 

virtual OpenSSLCryptoKeyHMAC::~OpenSSLCryptoKeyHMAC   [inline, virtual]
 


Member Function Documentation

virtual XSECCryptoKey* OpenSSLCryptoKeyHMAC::clone   [virtual]
 

Replicate key.

Implements XSECCryptoKeyHMAC.

virtual unsigned int OpenSSLCryptoKeyHMAC::getKey safeBuffer   outBuf [virtual]
 

Get the key value.

Copy the key into the safeBuffer and return the number of bytes copied.

Parameters:
outBuf  Buffer to copy key into
Returns:
number of bytes copied in

Implements XSECCryptoKeyHMAC.

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

Return the type of this key.

For DSA keys, this allows people to determine whether this is a public key, private key or a key pair

Reimplemented from XSECCryptoKeyHMAC.

virtual void OpenSSLCryptoKeyHMAC::setKey unsigned char *    inBuf,
unsigned int    inLength
[virtual]
 

Set the key.

Set the key from the buffer

Parameters:
inBuf  Buffer containing the key
inLength  Number of bytes of key in the buffer

Implements XSECCryptoKeyHMAC.


The documentation for this class was generated from the following file:
Generated on Wed Mar 26 20:59:17 2003 for XML-Security-C by doxygen1.2.18