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 I\'m getting all kinds of \"cannot be resolved\" errors because it relies o[详细]
2023-03-25 14:15 分类:问答Use Bouncy Castle library with .NET Compact Framework
I’m trying to use Bouncy Castle v1.7 on a Windows Mobile 6.5 device. I’m trying to execute the following code:[详细]
2023-03-23 18:48 分类:问答How to decrypt a signed pgp encrypted file?
How can I decrypt and verif开发者_如何学JAVAy a file encrypted with PGP with the BouncyCastle Java API?Encryption Code:[详细]
2023-03-23 11:02 分类:问答how to compare distinct implementations of java.security.cert.X509Certificate
I\'m using bouncycastle org.bouncycastle.jce.provider.X509CertificateObject and sun.security.x509.X509CertImpl in different parts of my app, and sometimes I need to compare them for equality, equals()[详细]
2023-03-22 16:44 分类:问答can I get ProcessBytes to return an exact amount?
am using BouncyCastel to make a CfbBlockCipher so here is the codes. using System; using System.Collections.Generic;[详细]
2023-03-20 13:26 分类:问答Use of RSA key Wrapping using MSCAPI
I am using AES Symmetric enc开发者_如何学Pythonryption of data using BouncyCastle provider, and then wrapping the key using RSA Asymmetric algorithm from Public key obtained from Windows keystore cert[详细]
2023-03-20 11:49 分类:问答Elliptic curve point
Presently iam working on a project that uses elliptic curve. Please provide me a solution that determines whether a point is on开发者_如何学编程 the elliptic curve or not? and also how to get a point[详细]
2023-03-19 11:13 分类:问答How to create an pkcs7 block for key exchange only (bouncy castle)
I am trying to create a file containing a pkcs 7 block. In this container, I need my public key and my signer info (no signed data!!!). I have already tried several alternatives without any luck. This[详细]
2023-03-17 11:09 分类:问答How can I do that in bouncyCastle (get installed certificates)?
Ok, I am quite new to the crypto world of bouncyCastle, and perhaps is a mental block, I can\'t seem to find(/google for) the equivalent to:[详细]
2023-03-16 14:34 分类:问答BouncyCastle BlowFish Crypto issue
here is my BlowFishCrypto Class using System; using System.Collections.Generic; using System.Linq; using System.Text;[详细]
2023-03-15 05:37 分类:问答