#include <LibcryptoRSAKeyFactory.h>
◆ privateKeyFromPEM()
std::unique_ptr<::PrivateKey > tenduke::crypto::libcrypto::LibcryptoRSAKeyFactory::privateKeyFromPEM |
( |
const std::string & |
privateKeyAsPEM | ) |
const |
|
virtual |
Creates RSA private key from given PEM.
- Parameters
-
- Returns
- -
◆ publicKeyFromModuloAndExponent()
◆ publicKeyFromPEM()
std::unique_ptr< xdcrypto::PublicKey > tenduke::crypto::libcrypto::LibcryptoRSAKeyFactory::publicKeyFromPEM |
( |
const std::string & |
publicKeyAsPEM | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: