If I understand your answer correctly: For symetric key data klasses (AES, DES,HMAC) , I have to implement binRead/Write; and for
unsymetric key material (RSA, DSA, X509) klasses, I have to implement xmlRead/Write
Yes, this is correct. One note is that in "real" world you would probably never use
reading/writing of public keys to XML file :)

Aleksey


Reply via email to