Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
printing public key from the certificate using crypto++
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
surya t  
View profile  
 More options Apr 13 2012, 8:29 am
From: surya t <tsg...@gmail.com>
Date: Fri, 13 Apr 2012 05:29:35 -0700 (PDT)
Local: Fri, Apr 13 2012 8:29 am
Subject: printing public key from the certificate using crypto++

void GetPublicKeyFromCert(CryptoPP::BufferedTransformation & certin,
CryptoPP::BufferedTransformation & keyout)

In order to retrieve the  public key , I have used above function
which is defined in website

http://www.cryptopp.com/wiki/X.509

But I am unable to print the public key. So how to convert
BufferTransformation object to Human readable format or hex format.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeffrey Walton  
View profile  
 More options Apr 16 2012, 11:38 pm
From: Jeffrey Walton <noloa...@gmail.com>
Date: Mon, 16 Apr 2012 20:38:58 -0700 (PDT)
Local: Mon, Apr 16 2012 11:38 pm
Subject: Re: printing public key from the certificate using crypto++

On Apr 13, 8:29 am, surya t <tsg...@gmail.com> wrote:

> void GetPublicKeyFromCert(CryptoPP::BufferedTransformation & certin,
> CryptoPP::BufferedTransformation & keyout)

> In order to retrieve the  public key , I have used above function
> which is defined in website

> http://www.cryptopp.com/wiki/X.509

> But I am unable to print the public key. So how to convert
> BufferTransformation object to Human readable format or hex format.

http://www.cryptopp.com/docs/ref/class_hex_encoder.html
http://www.cryptopp.com/wiki/HexEncoder

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »