#include <rsacard.h>
Public Member Functions | |
KeyDescriptor () | |
KeyDescriptor (unsigned int st, bool isSignKey, int keynum, int keyver) | |
KeyDescriptor (const string &data) | |
~KeyDescriptor () | |
string | toString () const |
unsigned int | status () const |
void | setStatus (unsigned int s) |
bool | isSignKey () const |
void | setIsSignKey (bool b) |
int | keyNumber () const |
void | setKeyNumber (int k) |
int | keyVersion () const |
void | setKeyVersion (int k) |
bool | changed () const |
string | dump () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|