Top "Bouncycastle" questions

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

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 …

java scala bouncycastle
Tutorial of ECDSA algorithm to sign a string

Can you help me to find a simple tutorial of how sign a string using ECDSA algorithm in java. But …

java cryptography digital-signature bouncycastle
Bouncy Castle : PEMReader => PEMParser

With a PEM certificate like -----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: AES-256-CBC,B9846B5D1803E..... using BC 1.46, …

java bouncycastle
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 …

c# x509certificate bouncycastle pki x509
How do I do TLS with BouncyCastle?

Does anybody know about examples of TLS with BouncyCastle? I was surprised by the lack of them on Internet. If …

java ssl certificate bouncycastle x509
Reading PEM RSA Public Key Only using Bouncy Castle

I am trying to use C# to read in a .pem file that contains only a RSA public key. I …

c# bouncycastle public-key pem
C# BouncyCastle - RSA Encryption with Public/Private keys

I need to encrypt data in C# in order to pass it to Java. The Java code belongs to a 3…

c# encryption cryptography rsa bouncycastle
How to include the Spongy Castle JAR in Android?

Apparently Spongy Castle is the Android alternative to using a full version of Bouncy Castle. However, on importing the jar …

java android packages bouncycastle spongycastle
C# serialize a class without a parameterless constructor

I'm implementing a factory pattern for 3 different cryptography classes. The factory will determine which one to create and then get …

c# serialization bouncycastle
Read RSA PrivateKey in C# and Bouncy Castle

I have successfully written to public and private key files with OpenSSL format. Files: -----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4…

c# encryption rsa bouncycastle