10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::crypto::RSAKeyFactory Class Reference
Inheritance diagram for tenduke::crypto::RSAKeyFactory:
tenduke::crypto::KeyFactory tenduke::crypto::libcrypto::LibcryptoRSAKeyFactory

Additional Inherited Members

- Public Member Functions inherited from tenduke::crypto::KeyFactory
virtual std::unique_ptr< tenduke::crypto::PublicKeypublicKeyFromPEM (const std::string &publicKeyAsPEM) const =0
 Creates a tenduke::crypto::PublicKey from PEM.
 
virtual std::unique_ptr< tenduke::crypto::PublicKeypublicKeyFromModuloAndExponent (const tenduke::utl::BinaryData &modulo, const tenduke::utl::BinaryData &exponent) const =0
 Creates a RSA tenduke::crypto::PublicKey from modulo and exponent.
 

The documentation for this class was generated from the following file: