|
LeviLamina
|
Public Member Functions | |
| UnverifiedCertificate (::WebToken const &rawToken, ::std::unique_ptr< UnverifiedCertificate > &&parentUnverifiedCertificate) | |
| MCAPI | UnverifiedCertificate (::UnverifiedCertificate const &other) |
| MCAPI void | addToChain (::Json::Value &chain) const |
| MCAPI::std::string | getIdentityPublicKey () const |
| MCAPI::std::string | toString () const |
| MCAPI ::std::unique_ptr<::Certificate > | verify (::std::vector<::std::string > const &trustedKeys) const |
| MCAPI void * | $ctor (::UnverifiedCertificate const &other) |
| MCAPI void | $dtor () |
Static Public Member Functions | |
| static MCAPI ::UnverifiedCertificate | fromString (::std::string const &input) |
Public Attributes | |
| ::WebToken const | mRawToken |
| ::std::unique_ptr<::UnverifiedCertificate > | mParentUnverifiedCertificate |