On Apr 13, 8:29 am, surya t <[email protected]> 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 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.
