Hello,
I’m trying to use Cryptix OpenPGP in an agent. I copied the cryptix.*.jar-files into the ext-subdirectory of the Domino JVM and also put the following two lines into the java.security file:
security.provider.1=cryptix.jce.provider.CryptixCrypto
security.provider.2=cryptix.openpgp.provider.CryptixOpenPGP
But if I start the agent (based on the DecryptAndVerify.java example) the following exception occurs:
Missing resource appletsecurityexception.CheckSecurityAccess
COM.ibm.JEmpower.applet.AppletSecurityException: ??
Missing resource appletsecurityexception.CheckSecurityAccess
COM.ibm.JEmpower.applet.AppletSecurityException: ??
Missing resource appletsecurityexception.CheckSecurityAccess
COM.ibm.JEmpower.applet.AppletSecurityException: ??
at COM.ibm.JEmpower.applet.AppletSecurity.checkSecurityPermission(AppletSecurity.java:1197)
at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1382)
at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1318)
at java.lang.SecurityManager.checkSecurityAccess(SecurityManager.java:1711)
at java.security.Provider.check(Provider.java:356)
at java.security.Provider.put(Provider.java:318)
at cryptix.jce.provider.CryptixCrypto.<init>(CryptixCrypto.java:54)
at cryptix.openpgp.examples.DecryptAndVerify.NotesMain(DecryptAndVerify.java:24)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(NotesThread.java:208)
Any ideas?
Martin