bouncycastle
When should I use CryptoAPI vs System.Security.Cryptography vs Bouncycastle?
From what I can tell BouncyCastle & System.Security.Crypt开发者_如何学运维ography provides ability to do high level tasks while CryptoAPI is somewhat lower level.[详细]
2023-02-17 20:35 分类:问答Android bouncy castle: IOException
I am using Sun\'s keytool to create a Bouncy castle keystore and import a certificate into it. The keytool does produce a keystore in the Bouncy castle format.[详细]
2023-02-14 07:14 分类:问答Bouncy Castle, RSA: transforming keys into a String format
I\'m using RSA (Bouncy Castle API) in my C# project. I generated the keypair with this method: RsaKeyPairGenerator r = new RsaKeyPairGenerator();[详细]
2023-02-12 16:33 分类:问答Bouncycastle: CertificateFactory.generateCertificate gives "sequence wrong size for a certificate" on one machine but not on another
I’m trying to open a p7b file and read the CA certificates out of it. Below is my code. It works fine in one machine but in another machine the call to certFactory.generateCertificate throws exceptio[详细]
2023-02-12 06:48 分类:问答this program is compiling perfectly but at runtime a problem with a class which is imported
I am using light weight bouncy castle package and this is my code X9ECParameters x9=NISTNamedCurves.getByName开发者_JS百科(\"p-224\");[详细]
2023-02-10 15:28 分类:问答Is there a difference between ECDH and ECDSA keys?
I\'m building a network application that uses BouncyCas开发者_如何学Ctle as a cryptography provider.Let\'s say you have this to generate a keypair:[详细]
2023-02-10 10:48 分类:问答How to use bouncy castle API in J2ME using eclipse?
I am trying to import and use the bouncy castle API to encryp开发者_C百科t and decrypt a MP3 file in J2ME using Eclipse.[详细]
2023-02-10 06:56 分类:问答ECPublicKey Serializability
I am working on a project in which I need to pass generated public key (ECPublicKeyParameter) over the network b开发者_运维问答etween two parties. But I am having problems serializing it. How can I s[详细]
2023-02-09 16:49 分类:问答Creating a PGP SDA in C# using the bouncy castle API
I\'m currently writing an application to PGP encrypt files using the Bouncy Castle API (release 1.6.1) in C#. I\'ve managed to get everything working in terms of encrypting and decrypting files using[详细]
2023-02-09 15:22 分类:问答Get Apple Keychain to recognize Bouncy Castle .NET created PKCS12 (.p12) store
Our organization manages a stable of iOS applications for multiple clients, which means dealing with a lot of different developer identity certificates and push notification certificates.[详细]
2023-02-09 06:36 分类:问答