#include <XSECCryptoKeyDSA.hpp>
Inheritance diagram for XSECCryptoKeyDSA:
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 |
|
|
|
|
|
Implements XSECCryptoKey. Implemented in OpenSSLCryptoKeyDSA. |
|
Reimplemented from XSECCryptoKey. Reimplemented in OpenSSLCryptoKeyDSA. |
|
Implemented in OpenSSLCryptoKeyDSA. |
|
Implemented in OpenSSLCryptoKeyDSA. |
|
Implemented in OpenSSLCryptoKeyDSA. |
|
Implemented in OpenSSLCryptoKeyDSA. |
|
Implemented in OpenSSLCryptoKeyDSA. |
|
Implemented in OpenSSLCryptoKeyDSA. |
|
Implemented in OpenSSLCryptoKeyDSA. |