jce
Question (again) on eclipse debugging java apis
I have a question that pops up occusionally. I am trying to debug some jdk apis using eclipse. I have tried:[详细]
2023-03-06 05:10 分类:问答Configure Oracle JDK to use IBM JCE/JSSE providers for FIPS compliance
I would like to configure the Oracle JDK to use IBM\'s FIPS-compliant JCE/JSSE security providers. What JAR files do I need and where should they be installed? What should the pro开发者_高级运维vider[详细]
2023-02-26 02:25 分类:问答Java JCE Unlimited strength encryption security policy files
Are the JCE policy files (in {java.home}/lib/security) overwritten with the standard strength policy files after a JRE update? or are the开发者_C百科se left alone on JRE update?[详细]
2023-02-15 11:07 分类:问答what is the alternative for Provider Class to use in j2me
can anyone please tell me how to u开发者_运维问答se jce in J2ME ?You can use bouncycastle. And see this example.[详细]
2023-02-09 13:16 分类:问答Maven failing due to java.security API warning
mvn clean package is failing due to a warning. Is it due to this bug (its fixed though)?Any suggestions on how to fix this problem.[详细]
2023-02-08 06:10 分类:问答AES Illegal Key Size error occuring only in command line but not in IDE
I require a higher 开发者_JS百科key size for AES (192-bit) and installed JCE as per instructions on the site.[详细]
2023-02-07 21:27 分类:问答What's wrong with IBM's JCE provider?
I have a JCE test that works fine with all Sun JDKs I have tried, but fails with various IBM J9 JDKs (e.g. 1.6.0 build pwi3260sr8-20100409_01(SR8)). The exception below happens when the cipher is init[详细]
2023-02-07 20:25 分类:问答Encrypt with PHP and Decrypt with Java
I have to write a program to decrypt a message using JAVA. The message is encrypted using Triple DES / ECB implemented in PHP. I have tried a few different settings on the algorithm, mode, and padding[详细]
2023-01-21 21:02 分类:问答DoD PKI CAC authentication in Tomcat (embedded in JBoss)
I need to support DoD issued CAC-based authentication in my web application deployed in JBoss. Could someone give me pointers on where to start, the steps involved, etc?[详细]
2023-01-07 03:32 分类:问答Location of policy file on Debian
I\'m working on an application/library, under DebianOS, that requires the presence of certain standard policy files (related to unlimited strength ciphers, 19开发者_运维技巧2, 256 bit AES keys).[详细]
2023-01-05 03:43 分类:问答