offline keys added

This commit is contained in:
orignal 2019-02-08 14:53:58 -05:00
parent 32764ae378
commit 7dc04d52f7
3 changed files with 76 additions and 2 deletions

View file

@ -62,6 +62,7 @@ int main(int argc, char * argv[])
std::cout << "B32 Address: " << ident.ToBase32() << ".b32.i2p" << std::endl;
std::cout << "Signature Type: " << SigTypeToName(dest->GetSigningKeyType()) << std::endl;
std::cout << "Encryption Type: " << (int) dest->GetCryptoKeyType() << std::endl;
if (keys.IsOfflineSignature ()) std::cout << "Offline signature" << std::endl;
} else {
if(print_full) {
std::cout << dest->ToBase64() << std::endl;