bouncycastle
Verify a PgP Encrypted and Signed file with BouncyCastle
I\'m signing a document using PgP with the help of the bouncycastle library in c#. How do I verify a signed docum开发者_开发技巧ent to ensure that it is signed by the correct person or to even identif[详细]
2023-03-31 20:20 分类:问答How do I RSA encrypt a string with a plaintext key using Java BouncyCastle API on Android
I am trying to encrypt a string using the BouncyCastle API in Android to send off to a server. I have the public key in plaintext (in memory, not in the filesystem, of course! no need to yell at me,[详细]
2023-03-31 18:52 分类:问答encrypt with BC and decrypt with pgp 6.5.8
I am trying to encrypt with BC and decrypt with pgp 6.5.8 . The encryption asp开发者_运维百科ect of it works and i am able to decrypt i pgp 6.5.8 . But pgp 6.5.8 complains the signature is bad.Can a[详细]
2023-03-31 06:32 分类:问答How can I tell what version of PGP BouncyCastle has implemented in their Java implementation of PGP encription?
Looking at the release notes of Bounty Castle, I dont see any dates or a开发者_如何学Pythonnything referring to what version of PGP it is up to par with. Maybe I am thinking of it incorrectly.\"PGP\"[详细]
2023-03-30 23:37 分类:问答How to import a keystore using BouncyCastle's TLS Api
I have a question about using BouncyCastle\'s lightweight TLS API (Java version). On the BouncyCastle website, I noticed that it says with the latest release (1.46), the TLS api supports client-authen[详细]
2023-03-29 23:11 分类:问答Verify a Running JAR
I have a JAR I want to distribute.I have signed this jar file, and I would like for the JAR to verify that the hashes (found in the Manifest) are correct.[详细]
2023-03-29 19:19 分类:问答.NET and Java producing different signature
I have a sample code in java which I am trying to convert to .NET c# platform. This code encrypts a string and add signature to it. Java code using BouncyCastle provider and the code for adding signat[详细]
2023-03-27 13:59 分类:问答Digital sign of PDF with PAdES standard
I need to sign a pdf document with PADES standard. 开发者_开发技巧I\'m programming with c#. Somebody can suggest something ?[详细]
2023-03-25 22:56 分类:问答Can't get bouncycastle to correctly tag constructed octet string in der encoding
I have the following requirements. I have an asn1 type that needs to be encapsulated in a constructed octet string (octet string tagged as 0x24). This structure is then signed in a CMS signed block an[详细]
2023-03-25 20:41 分类:问答How to generate multi-domain (UCC) certificate in Java?
Currently I\'m using the BouncyCastle library to generate a certificate. Something like this: X509V3CertificateGenerator certGenerator = new X509V3CertificateGenerator();[详细]
2023-03-25 19:46 分类:问答