jce
NoSuchAlgorithmException: Algorithm HmacSHA1 not available
Look at the following line of java: Mac.getInstance(\"HmacSHA1\"); If I put this in a simple test program, it runs without problems on my server. However, if I use this line in a container, I get[详细]
2022-12-30 10:44 分类:问答What are the benefits of using fips for the JCE?
I used the FIPS provider in the JC开发者_JAVA技巧E, but couldn\'t really see any difference - I specifically looked for the maximum key sizes but didn\'t find any difference there.[详细]
2022-12-29 17:37 分类:问答Decrypting “long” message encrypted with RSA java
Hi this is the same question, that was asked two years ago: Java/JCE: Decrypting “long” message encrypted with RSA[详细]
2022-12-27 16:59 分类:问答JCE provider implementation
I need to write a java JCE provider. I have been looking in the net for seve开发者_JAVA技巧ral days and I could not find solution. Could you please give me some useful informaion.[详细]
2022-12-25 23:49 分类:问答How to authenticate my own provider( only for testing purposes)
Now, I wrote a new provider (ESMJCE provider), and I also write a simple application to test it, but I have some exceptions like that[详细]
2022-12-25 12:13 分类:问答Java JCE providers - what does "clean room implementation" mean?
I\'m required to write a JCE provider. I have learned that I need to use the bouncy cast开发者_如何学Cle clean room implementation. Could you please tell me what \"clean room implementation\" means in[详细]
2022-12-25 09:11 分类:问答S/MIME in Java without JCE
I\'m trying to write an applet that would sign e-mail with S/MIME. Obviously I want to make one small jar with only the required stuff.开发者_Python百科[详细]
2022-12-19 07:19 分类:问答Is JCE part of Java SE 6?
I am trying to use some open source java library and that library has JCE as one of its dependencies. If I am using Java 1.6, do I need to download a JCE library separately or is it part of it? Seems[详细]
2022-12-18 07:29 分类:问答Creating an X509 Certificate in Java without BouncyCastle?
Is 开发者_运维技巧it possible to sanely create an X509 Certificate in Java code without using the Bouncy Castle X509V*CertificateGenerator classes?Yes, but not with publicly documented classes. I\'ve[详细]
2022-12-09 13:31 分类:问答