bouncycastle
Problem transmiting a RSA public key, javaME , bouncy castle
I\'m working on the porting of an instance messaging application from Java to JavaME ,that also implements cryptography. The problem is that I want to send my public key to the server. The desktop cli[详细]
2023-02-05 07:57 分类:问答Signing X509 Certs w/BouncyCastle - invalid digital signature [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Generated signed X.509 client certificate is invalid (no certificate chain to its CA)[详细]
2023-02-04 03:51 分类:问答RSA in Java given n and e
My application receives the raw pieces of a public RSA key (n and e) and needs to use thes开发者_开发技巧e to encrypt a cipher text.I\'ve been trying to use BouncyCastle but my code isn\'t working.The[详细]
2023-02-01 20:59 分类:问答bouncy castle provider jar for j2me
i\'m new both with encryption and j2me. It may be a stupid question but where do i get a provider from bouncy castle to use with开发者_开发百科 j9 vm? Isn\'t one just like the ones for jdk4,5,6(likebc[详细]
2023-02-01 03:57 分类:问答J2ME AES Decryption Error(org.bouncycastle.crypto.InvalidCipherTextException: pad block corrupted)
I am doing encryption and decryption using AES Algorithm with bouncy castle My encryption and decryption works ok but it gives me error when my plain text size is bigger[详细]
2023-01-27 23:59 分类:问答Legion of the Bouncy Castle
How do I use bouncy castle encryption and d开发者_如何转开发ecryption?From their documentation page:[详细]
2023-01-27 04:32 分类:问答JNLP + Applet + Bouncy Castle
I have a JWS (Java Web Start) deployed applet, that uses the following libraries/jars: red5.jar spring-beans.jar[详细]
2023-01-26 16:56 分类:问答AES Encryption/Decryption with Bouncycastle Example in J2ME
i want to Encrypt and Decrypt da开发者_Python百科ta in J2ME using AES Algorithm with bouncy castle[详细]
2023-01-26 01:33 分类:问答Diffie-Hellman set generator parameter in BouncyCastle
I want to generate new DH parameter as defined in PKCS #3: DHParameter ::= SEQUENCE { p开发者_运维知识库rime INTEGER, -- p[详细]
2023-01-22 23:49 分类:问答How to encrypt a string/stream with bouncycastle pgp without starting with a file
I need to encrypt a stream with pgp using the bouncycastle provider.All of the examples I can find are about taking a plain text file and encrypting that however I won\'t have a file and it\'s importa[详细]
2023-01-20 05:44 分类:问答