lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
Key pair structure for DSA algorithm. More...
Public Member Functions | |
DSA< Curve, lime::DSAtype::privateKey > & | privateKey (void) |
access the private key More... | |
DSA< Curve, lime::DSAtype::publicKey > & | publicKey (void) |
access the public key More... | |
DSApair (DSA< Curve, lime::DSAtype::publicKey > &pub, DSA< Curve, lime::DSAtype::privateKey > &priv) | |
copy construct a key pair from public and private keys (no verification on validity of keys is performed) More... | |
DSApair () | |
bool | operator== (DSApair< Curve > b) const |
== operator assert that public and private keys are the same More... | |
Key pair structure for DSA algorithm.
|
inline |
copy construct a key pair from public and private keys (no verification on validity of keys is performed)
|
inline |
|
inline |
== operator assert that public and private keys are the same
|
inline |
access the private key
|
inline |
access the public key