Overview
Classes: RSACipherImpl, RSADigestEngine, RSAKey, RSAKeyImpl
Classes
class RSACipherImpl
An implementation of the Cipher class for
asymmetric (public-private key) encryption
based on the the RSA algorithm in OpenSSL's
crypto library.
class RSADigestEngine
This class implements a Poco::DigestEngine that can be
used to compute a secure digital signature.
class RSAKey
This class stores an RSA key pair, consisting
of private and public key.