bouncycastle
Attributes reversed in certificate subject and issuer
I am trying to generate X509 certificates with bouncycastle 1.46, with the code below. The issue I have is that when a certificate is written in a JKS and then reread, the DNs are reversed.[详细]
2023-04-07 16:55 分类:问答Bouncycastle PBEWITHSHA256AND256BITAES-CBC-BC Javascript implementation
I\'ve tried but failed to encode a string in Javascript to decode on a java server. We\'d like to use the bouncycastle algorithm PBEWITHSHA256AND256BITAES-CBC-BC to decode serverside.[详细]
2023-04-06 01:35 分类:问答Problem verifying signed mail with bouncycastle API only in axis2 webservice environment
here\'s my very strange problem : I wrote a ws that checks a signed mail with bouncycastle API. When I test the method outside axis2 environment, all works fine. As soon as i\'ve deployed the ws in[详细]
2023-04-05 20:28 分类:问答How can I sign a file using RSA and SHA256 with .NET?
My application will take a set of files and sign them. (I\'m not trying to sign an assembly.)There is a .p12 file that I get the private key from.[详细]
2023-04-05 13:26 分类:问答SMTP client using BouncyCastle's lightweight TLS API
I need to add TLS support to a simple Java-based SMTP client. The client implements the SMTP protocol over java.net.Socket, i.e. it does not use J开发者_运维问答ava Mail or other high level APIs.[详细]
2023-04-04 05:53 分类:问答Storing generated keypair on device using j2me
I am using Bouncy Castle to generate a public/private keypair and using it for encryption tasks. What would be the best way to store the keypair securely?[详细]
2023-04-03 06:31 分类:问答AES encryption with BouncyCastle: AESEngine, AESFastEngine OR AESLightEngine?
I want to port this simple JAVA example... AES Encryption/Decryption with Bouncycastle Example in J2ME[详细]
2023-04-02 10:25 分类:问答Is it possible to programmatically generate an X509 certificate using only C#?
We\'re trying to generate an X509 certificate (including the private key) programmatically using C# and the BouncyCastle library. We\'ve tried using some of the code from this sample by Felix Kollmann[详细]
2023-04-01 20:24 分类:问答Sign CSR using Bouncy Castle
I cannot find any code/doc describing how to sign a CSR using BC. As input I have a CSR as a byte array and would like to get the cert in PEM and/or DER format.[详细]
2023-04-01 14:44 分类:问答Unlimited Strength Jce and Android
I\'m using SpongyCastle (full implementation of BouncyCastle\'s crypto functions for Android) and I have a bks that contains a key of size 384. I\'m trying to extract that key using the method KeyStor[详细]
2023-04-01 05:38 分类:问答