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
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,
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
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\"
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
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.
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
I need to sign a pdf document with PADES standard. 开发者_开发技巧I\'m programming with c#. Somebody can suggest something ?
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
Currently I\'m using the BouncyCastle library to generate a certificate. Something like this: X509V3CertificateGenerator certGenerator = new X509V3CertificateGenerator();