alam156

Results 2 issues of alam156

I am trying to map tuple against a device. I tried using following code. 1) Tuple tuple = application.createTuple(application.getEdges().get(0),0,0); 2) device.sendPeriodicTuple(new SimEvent(SEND, 5.0, 0,1,-1,application.getEdges().get(0))); In 2nd case, how can i...

I have modified this library to extract certificate chain from p7b string. I am able to get x509Certificate information using the method x509Certificate(). What i need to do is parse...