You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poco's context can handle ECKeys loaded from a file during the object construction, but the usePrivateKey function exclusively allows only RSAKey objects. It is possible to make it work with an ECKey by manipulating the raw SSL object.