#include <XSECCryptoKeyRSA.hpp>
Inheritance diagram for XSECCryptoKeyRSA:
Public Methods | |
XSECCryptoKeyRSA () | |
virtual | ~XSECCryptoKeyRSA () |
virtual XSECCryptoKey::KeyType | getKeyType () |
virtual XSECCryptoKey * | clone ()=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 |
|
|
|
|
|
Implements XSECCryptoKey. Implemented in OpenSSLCryptoKeyRSA. |
|
Reimplemented from XSECCryptoKey. Reimplemented in OpenSSLCryptoKeyRSA. |
|
Implemented in OpenSSLCryptoKeyRSA. |
|
Implemented in OpenSSLCryptoKeyRSA. |
|
Implemented in OpenSSLCryptoKeyRSA. |
|
Implemented in OpenSSLCryptoKeyRSA. |