jce
Java implementations of TSP, OCSP and CMS
I\'m trying to understand java APIs for digital signatures. I should use custom cryptoprovider to compose digit开发者_如何学Pythonal signature. I know how to sign document and get detached signature u[详细]
2023-04-10 20:37 分类:问答How to create your own security provider with some crypto algorithm?
Using official tutorial i understood the main principles of Java Cryptography Architecture. But neither the officials nor internet gives me anything distinct about creating my own provider and impleme[详细]
2023-04-08 16:26 分类:问答Where to download SunPKCS11Provider
I\'m trying to access smardCard folowing this article but I have no idea where to find jar with SunPKCS11Provider. In Oracle docs they say it is standard since 1.5. Here is my block where compiler is[详细]
2023-04-07 09:10 分类:问答Verify signature using elliptic curve cryptography
I need to verify a signature of a message which contains several values. The only parameters I have are the signature, the public key and the values itself. The algorithm used for creating the signatu[详细]
2023-04-04 10:01 分类:问答Use jsafeJCEFIPS.jar OSGi
Has anyone tried using jsafeJCEFIPS.jar OSGi? The jar is signed, I can\'t convert it to a bundle. I tried to embedded as jar in bundle, but it is always throws[详细]
2023-04-01 07:11 分类:问答How do I get javax.crypto classes such as javax.crypto.Cipher to work on a servlet with jboss?
My application validates a license file in order for it to work. It does this by calling javax.crypto.Cipher.getInstance(\"DES\",\"SunJCE\") inorder to decipher the license key file.[详细]
2023-03-25 21:15 分类:问答Java SE strong cryptography for Java 7? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-23 00:36 分类:问答Encrypting data with Objective-C and decrypt it with Java Problem
I have an iPhone solutions that uses XML to transmit data between the client (mobile) and the server (Java). Some of the parts of the message (XML) must be encrypted because of the type of information[详细]
2023-03-17 09:49 分类:问答Creating an SSL Connection in Java
I looked around and did not see any questions that fully answered what I wanted, though if this is a duplicate, point me to the question and I will be on my way.[详细]
2023-03-14 07:34 分类:问答Trust Store vs Key Store - creating with keytool
I understand that the keystore would usually hold private/public keys and the trust store only public keys (and represents the list of trusted parties you intend to communicate with). Well, that\'s my[详细]
2023-03-12 13:29 分类:问答