bouncycastle
Bouncy castle - implementation of encryption and decryption XML file?
do you know any links with simple implementations of encryption and decryption XML files? I am going to use it in Android, andso far I haven\'t found any u开发者_JS百科sefull link.[详细]
2023-02-28 21:58 分类:问答Invalid keystore format - tomcat
i have generated certificate using Bouncy Castle library, my sample code is as below, String domainName=\"localhost\";[详细]
2023-02-28 06:54 分类:问答How to create X.509 certificate
using bouncy castle i have created a X.509v3 certificate, i use a following code: { X509Certificate2 cerca= creer_ca(\"CA_certifcate\"); // creer_ca is a function that create the autority[详细]
2023-02-28 01:59 分类:问答Difference between Bouncy Castle ECDH and the .net4 native ECDiffieHellmanCNG
I\'ve been able to generate a private key using the ECDiffieHellmanCNG in .net4 and I\'ve also used the Bouncy Castle C# library to successfully generate private keys. I want to know why the .net 4 ve[详细]
2023-02-26 04:04 分类:问答PartialInputStream during Bouncycastle PGP decryption
I am tryng to decrypt a file I just encrypted using bouncycastle, but im getting this exception: Premature end of stream in PartialInputStream[详细]
2023-02-25 16:29 分类:问答Bouncy Castle JCE provider alternatives
Right now we are trying to evaluate various open source JCE providers for encryption and signing capabilities for our project. It is J2EE based web application 开发者_JAVA技巧project.[详细]
2023-02-25 12:42 分类:问答256bit AES/CBC/PKCS5Padding with Bouncy Castle
I am having trouble mapping the following JDK JCE encryption code to Bouncy Castles Light-weight API:[详细]
2023-02-24 09:16 分类:问答IllegalAccessError with Android and BouncyCastle
I am trying to implement a timestamp request as seen here: http://bouncy-castle.1462172.n4.nabble.com/Timestamp-request-and-response-td1558231.html[详细]
2023-02-24 08:01 分类:问答How to generate OpenPGP KeyPair without passphrase using BouncyCastle?
I\'m working on a project which needs to generate GPG-Keys for public-key encryption. My language of choice for it is Scala and the library for the cryptographic stuff is BouncyCastle[详细]
2023-02-23 14:05 分类:问答Generating (PKCS12) certificate friendly name with Bouncy Castle in Java
I am using the bouncycastle library to create certificates and export them as PKCS12 certificate files on a Java webapp.[详细]
2023-02-22 15:26 分类:问答