Portable.BouncyCastle-Signed 1.7.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Portable.BouncyCastle-Signed --version 1.7.0.1
NuGet\Install-Package Portable.BouncyCastle-Signed -Version 1.7.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Portable.BouncyCastle-Signed" Version="1.7.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Portable.BouncyCastle-Signed --version 1.7.0.1
#r "nuget: Portable.BouncyCastle-Signed, 1.7.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Portable.BouncyCastle-Signed as a Cake Addin
#addin nuget:?package=Portable.BouncyCastle-Signed&version=1.7.0.1

// Install Portable.BouncyCastle-Signed as a Cake Tool
#tool nuget:?package=Portable.BouncyCastle-Signed&version=1.7.0.1

BouncyCastle.Crypto is a cryptography API providing:
-Generation and parsing of PKCS#12 files.
-X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates.
-PBE algorithms supported by PBEUtil: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and PBEwithHmacRIPEMD256.
-Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, MD5withRSA, RIPEMD128withRSA, RIPEMD160withRSA, RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA.
-Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, DESede, DES, GOST28147, HC-128, HC-256, IDEA, NaccacheStern, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, Serpent, Skipjack, TEA/XTEA, Twofish, and VMPC.
-Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR).
-Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS#5/7, TBC, X.923, and Zero Byte.
-Asymmetric key algorithms: RSA (with blinding), ElGamal, DSA, ECDSA.
-Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS#1.
-Digests: GOST3411, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, and Whirlpool.
-Signer mechanisms: DSA, ECDSA, ECGOST3410, GOST3410, ISO9796d2, PSS, RSA.
-Key Agreement: Diffie-Hellman and EC-DH.
-Macs: CBCBlockCipher, CFBBlockCipher, GOST28147, HMac, and ISO9797 Alg. 3.
-PBE generators: PKCS#12, and PKCS#5 - schemes 1 and 2.
-OpenPGP (RFC 2440)
-Cryptographic Message Syntax (CMS, RFC 3852), including streaming API.
-Online Certificate Status Protocol (OCSP, RFC 2560).
-Time Stamp Protocol (TSP, RFC 3161).
-TLS/SSL Client with support for client side authentication.

Support for .NET 4, Windows Phone 8, Windows Phone App 8.1, Windows 8, Silverlight 5, MonoTouch, MonoAndroid

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Portable.BouncyCastle-Signed:

Package Downloads
modernhttpclient-updated

This library brings the latest platform-specific networking libraries to Xamarin applications via a custom HttpClient handler.

PubnubNetPlatform

PubNub allows you to securely connect mobile phones, tablets, laptops, desktops and other clients outside of your cloud. PubNub provides the connectivity from your cloud to push data to end clients (phones, tablets, laptops and servers). This is called Real-time Data Push, or Push Notifications. PubNub removes the need for your client apps to constantly poll your cloud for new updates. So you can push data from a Server to a Client. And also you may push data from one Server to another Server, just like Azure ServiceBus ESB. Another option is available for a Mobile Phone to Push Data to another Mobile Phone or any endpoint. With PubNub this becomes easy using the two basic Publish/Subscribe APIs. Additionally PubNub provides automatic Broadcasting. When multiple clients/servers/phones are subscribed to a single channel, each endpoint receives a published message simultaneously.

RingCentralSDK

This SDK is deprecated in favor of https://github.com/ringcentral/ringcentral-csharp-client

FubarCoder.RestSharp.Portable.OAuth The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible. Supported Platforms: - .NET Framework 4 - .NET for Windows Store apps - .NET Native for Windows Store apps - Windows Phone 8 - Windows Phone 8.1 - Silverlight 5 - Xamarin Android - Xamarin iOS / MonoTouch - Portable Class Libraries

yelp-sharp

A simple Yelp client for C#. Built as a PCL with support for the majority of portable platforms.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Portable.BouncyCastle-Signed:

Repository Stars
alexrainman/ModernHttpClient
ModernHttpClient
Version Downloads Last updated
1.7.0.2 480,097 10/7/2015
1.7.0.1 9,009 11/18/2014