Top "Bouncycastle" questions

Bouncy Castle is a cryptography API providing various cryptography, encryption, and security protocols.

What's the best way to integrate the Bouncy Castle provider in a Java program?

What's the best way to integrate the Bouncy Castle provider in a Java program? I know I can add it …

java bouncycastle
C# Sign Data with RSA using BouncyCastle

Does anyone know of a simple tutorial or sample code of how to sign data in c# using bouncy castle. …

c# bouncycastle
Getting GPG Decryption To Work In Java (Bouncy Castle)

let me start by saying I'm extremely new to all of this. What I am trying to do is to …

java bouncycastle openpgp elgamal
Programmatically Obtain KeyStore from PEM

How can one programmatically obtain a KeyStore from a PEM file containing both a certificate and a private key? I …

java ssl ssl-certificate bouncycastle jsse
Bouncycastle PGP decrypt and verify

I'm trying to decrypt and verify a PGP message using the java BouncyCastle libraries, but am running into issues, complaining …

java encryption bouncycastle sign pgp
How to read a password encrypted key with java?

I have private key stored in file in PKCS8 DER format and protected by password. What is the easiest way …

java bouncycastle private-key jce pkcs#8
Inserting Certificate (with privatekey) in Root, LocalMachine certificate store fails in .NET 4

I'm having problems inserting a new CA certificate with privatekey in the Root certificate store of the localmachine. This is …

c# .net-4.0 certificate x509certificate bouncycastle
Self signed X509 Certificate with Bouncy Castle in Java

I need to create a self signed X509 Certificate with Bouncy Castle in Java, but every class I try to …

java cryptography certificate bouncycastle x509
Bouncy Castle Sign and Verify SHA256 Certificate With C#

I have been through a large number of examples of how people use Bouncy Castle to dynamically generate RSA Key …

c# rsa bouncycastle sha
Wrong version of keystore on android call

I want to make a https request. I use bouncycastle to generate the keystore like this : keytool -importcert -trustcacerts -alias …

java android certificate bouncycastle keystore