Library Crypto

Package RSA

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. more...

class RSADigestEngine

This class implements a Poco::DigestEngine that can be used to compute a secure digital signature. more...

class RSAKey

This class stores an RSA key pair, consisting of private and public key. more...

class RSAKeyImpl

class RSAKeyImpl more...