#include <OpenSSLCryptoKeyRSA.hpp>
Inheritance diagram for OpenSSLCryptoKeyRSA:
Public Methods | |
OpenSSLCryptoKeyRSA () | |
virtual | ~OpenSSLCryptoKeyRSA () |
virtual XSECCryptoKey::KeyType | getKeyType () |
virtual XSECCryptoKey * | clone () |
virtual void | loadPublicModulusBase64BigNums (const char *b64, unsigned int len) |
virtual void | loadPublicExponentBase64BigNums (const char *b64, unsigned int len) |
virtual bool | verifySHA1PKCS1Base64Signature (const unsigned char *hashBuf, unsigned int hashLen, const char *base64Signature, unsigned int sigLen) |
virtual unsigned int | signSHA1PKCS1Base64Signature (unsigned char *hashBuf, unsigned int hashLen, char *base64SignatureBuf, unsigned int base64SignatureBufLen) |
OpenSSLCryptoKeyRSA (EVP_PKEY *k) |
|
|
|
|
|
|
|
Implements XSECCryptoKeyRSA. |
|
Reimplemented from XSECCryptoKeyRSA. |
|
Implements XSECCryptoKeyRSA. |
|
Implements XSECCryptoKeyRSA. |
|
Implements XSECCryptoKeyRSA. |
|
Implements XSECCryptoKeyRSA. |