mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-01 13:12:30 +02:00
offline keys added
This commit is contained in:
parent
32764ae378
commit
7dc04d52f7
3 changed files with 76 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue