<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.2800.1264" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>We 'd like to&nbsp;make xmlsec to&nbsp;use our 
own&nbsp;crypto&nbsp;framework.</FONT></DIV>
<DIV><!--StartFragment --><FONT face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial size=2>After reading the following comment from xmlsec 
documentation:&nbsp;"The key data implementation should implement at least one 
of xmlRead or binRead methods." These are my thoughts:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>xmlRead/Write are necessary for reading/writing 
key-material from/to xml document during signing/verifying. OpenSSL, MSCrypto, 
implemented only these methods.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>binRead/Write are necessary for reading/writing key 
materials from/to binary file. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>My question:</FONT></DIV>
<DIV><FONT face=Arial size=2>If I implement only these 
binRead/Write&nbsp;methods, DOES xmlsec core know how to write key-info do 
xmlSig?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks a lot</FONT></DIV>
<DIV><FONT face=Arial size=2>--</FONT></DIV>
<DIV><FONT face=Arial size=2>P.Q.Hung</FONT></DIV></BODY></HTML>