<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Hi all,<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>I am trying to simulate the data verification process in NDN. I have defined a producer in Producer.java and run it in RunProducer.java (see attached file). Notice that the producer is signing its data using the RSA key.<br><br>Based on examples given in jNDN, on the consumer side, I tried to verify the received data by implementing DataValidationSuccessCallback & DataValidationFailureCallback interfaces when defining the Consumer.java. However, it gives an error that keyChain.getFib() not supported in current security v1 (probably because jndn not supporting it).<br><br>I also tried using KeyChain.verifyInterestWithHmacWithSha256(interest, key) as shown in some example but still not working.<br><br>I will be grateful if someone can suggest a way/tutorials/etc to perform verification of data at the consumer side in NDN.<br></div><div><br data-mce-bogus="1"></div><div>[I am using JNDN ver. 0.24<br>NFD ver. 0.7.0-28-gf3bc3ae9<br>Both JNDN & NFD runs on the same pc<br>]</div><div><br>Regards<br>Meban<br data-mce-bogus="1"></div></div></body></html>