Hi,
I just wonder whether or not this project is still active? I want to use a Java implementation for SPKI certificates so i want to know if there'll be any support if I used JSDSI ?
Thanks,
Somaya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We're not actively developing JSDSI, but it should still be useful to you, and I at least will still answer questions when I can. But no promises on how queickly or how thoroughly :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay :)
Well I want to develop a certificate based trust management system, where entities in the system can issue cerificates, delegate their capabilities, and verify certicertification paths, I found that X.509 certificates won't be appropriate as it doesn't support delegation, moreover it just supports identity certificates, So would a SPKI implementation like JSDSI be useful for me?
One more question, Does JSDSI implementation replys on Java security APIs architechture, more spceifically the Java Certification Path API, or it is totally independent?
Thanks in advance,
Somaya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I developed the cetr path discovery algos for JSDSI, and I've done my best to make it implement Java's security APIs, including the Certification Path API. So the short answer to your question is "yes, I think so".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi...
there is an exception i get when i try to sign the certs created using the gui provided....it says signature not found...the exact message is as shown....thanks in advance for the help...
java.security.SignatureException: MD5/RSA/PKCS#1 Signature not available
at sdsi.SDSISignature.<init>(SDSISignature.java:61)
at sdsi.control.SDSIMainFrame.signObject(SDSIMainFrame.java:1359)
at sdsi.control.SDSIMainFrame.signaturesMenuItem_Action(SDSIMainFrame.java:1133)
at sdsi.control.SDSIMainFrame.actionPerformed(SDSIMainFrame.java:890)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I just wonder whether or not this project is still active? I want to use a Java implementation for SPKI certificates so i want to know if there'll be any support if I used JSDSI ?
Thanks,
Somaya
We're not actively developing JSDSI, but it should still be useful to you, and I at least will still answer questions when I can. But no promises on how queickly or how thoroughly :)
Okay :)
Well I want to develop a certificate based trust management system, where entities in the system can issue cerificates, delegate their capabilities, and verify certicertification paths, I found that X.509 certificates won't be appropriate as it doesn't support delegation, moreover it just supports identity certificates, So would a SPKI implementation like JSDSI be useful for me?
One more question, Does JSDSI implementation replys on Java security APIs architechture, more spceifically the Java Certification Path API, or it is totally independent?
Thanks in advance,
Somaya
I developed the cetr path discovery algos for JSDSI, and I've done my best to make it implement Java's security APIs, including the Certification Path API. So the short answer to your question is "yes, I think so".
hi...
there is an exception i get when i try to sign the certs created using the gui provided....it says signature not found...the exact message is as shown....thanks in advance for the help...
java.security.SignatureException: MD5/RSA/PKCS#1 Signature not available
at sdsi.SDSISignature.<init>(SDSISignature.java:61)
at sdsi.control.SDSIMainFrame.signObject(SDSIMainFrame.java:1359)
at sdsi.control.SDSIMainFrame.signaturesMenuItem_Action(SDSIMainFrame.java:1133)
at sdsi.control.SDSIMainFrame.actionPerformed(SDSIMainFrame.java:890)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Hey srinath,
Could you solve this?
I am having the same problem.
Let me know if you get past this.
Thank you,
Satish Vellanki