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 received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
