1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
+ <metadata >
4
+ <id >Portable.BouncyCastle</id >
5
+ <version >1.8.0-rc3</version >
6
+ <title >Bouncy Castle PCL</title >
7
+ <authors >Oren Novotny</authors >
8
+ <owners >onovotny</owners >
9
+ <projectUrl >https://github.com/onovotny/BouncyCastle-PCL</projectUrl >
10
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11
+ <description >BouncyCastle.Crypto is a cryptography API providing:
12
+ -Generation and parsing of PKCS#12 files.
13
+ -X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates.
14
+ -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.
15
+ -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.
16
+ -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.
17
+ -Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR).
18
+ -Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS#5/7, TBC, X.923, and Zero Byte.
19
+ -Asymmetric key algorithms: RSA (with blinding), ElGamal, DSA, ECDSA.
20
+ -Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS#1.
21
+ -Digests: GOST3411, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, and Whirlpool.
22
+ -Signer mechanisms: DSA, ECDSA, ECGOST3410, GOST3410, ISO9796d2, PSS, RSA.
23
+ -Key Agreement: Diffie-Hellman and EC-DH.
24
+ -Macs: CBCBlockCipher, CFBBlockCipher, GOST28147, HMac, and ISO9797 Alg. 3.
25
+ -PBE generators: PKCS#12, and PKCS#5 - schemes 1 and 2.
26
+ -OpenPGP (RFC 2440)
27
+ -Cryptographic Message Syntax (CMS, RFC 3852), including streaming API.
28
+ -Online Certificate Status Protocol (OCSP, RFC 2560).
29
+ -Time Stamp Protocol (TSP, RFC 3161).
30
+ -TLS/SSL Client with support for client side authentication.
31
+
32
+ Support for .NET 4, Windows Phone 8, Windows Phone App 8.1, Windows 8, MonoTouch, MonoAndroid, Xamarin.iOS, Core CLR
33
+ </description >
34
+ <language >en-US</language >
35
+ <tags >bouncycastle, cryptography, encryption, security, PCL, wp8, wpa81, coreclr, dotnet, dnx, uwp, sl5, monotouch, monoandroid, xamarin, xamarin.ios</tags >
36
+ <dependencies >
37
+ <group targetFramework =" dotnet" >
38
+ <dependency id =" System.Collections" version =" 4.0.10" />
39
+ <dependency id =" System.Diagnostics.Debug" version =" 4.0.10" />
40
+ <dependency id =" System.Globalization" version =" 4.0.10" />
41
+ <dependency id =" System.IO" version =" 4.0.10" />
42
+ <dependency id =" System.IO.FileSystem" version =" 4.0.0" />
43
+ <dependency id =" System.IO.FileSystem.Primitives" version =" 4.0.0" />
44
+ <dependency id =" System.Linq" version =" 4.0.0" />
45
+ <dependency id =" System.Reflection" version =" 4.0.10" />
46
+ <dependency id =" System.Reflection.Extensions" version =" 4.0.0" />
47
+ <dependency id =" System.Runtime" version =" 4.0.20" />
48
+ <dependency id =" System.Runtime.Extensions" version =" 4.0.10" />
49
+ <dependency id =" System.Text.Encoding" version =" 4.0.10" />
50
+ <dependency id =" System.Threading" version =" 4.0.10" />
51
+ <dependency id =" System.Threading.Tasks" version =" 4.0.10" />
52
+ </group >
53
+ <group targetFramework =" uap10.0" >
54
+ <dependency id =" System.Collections" version =" 4.0.10" />
55
+ <dependency id =" System.Diagnostics.Debug" version =" 4.0.10" />
56
+ <dependency id =" System.Globalization" version =" 4.0.10" />
57
+ <dependency id =" System.IO" version =" 4.0.10" />
58
+ <dependency id =" System.IO.FileSystem" version =" 4.0.0" />
59
+ <dependency id =" System.IO.FileSystem.Primitives" version =" 4.0.0" />
60
+ <dependency id =" System.Linq" version =" 4.0.0" />
61
+ <dependency id =" System.Reflection" version =" 4.0.10" />
62
+ <dependency id =" System.Reflection.Extensions" version =" 4.0.0" />
63
+ <dependency id =" System.Runtime" version =" 4.0.20" />
64
+ <dependency id =" System.Runtime.Extensions" version =" 4.0.10" />
65
+ <dependency id =" System.Text.Encoding" version =" 4.0.10" />
66
+ <dependency id =" System.Threading" version =" 4.0.10" />
67
+ <dependency id =" System.Threading.Tasks" version =" 4.0.10" />
68
+ </group >
69
+ <group targetFramework =" net46" >
70
+ <dependency id =" System.Collections" version =" 4.0.10" />
71
+ <dependency id =" System.Diagnostics.Debug" version =" 4.0.10" />
72
+ <dependency id =" System.Globalization" version =" 4.0.10" />
73
+ <dependency id =" System.IO" version =" 4.0.10" />
74
+ <dependency id =" System.IO.FileSystem" version =" 4.0.0" />
75
+ <dependency id =" System.IO.FileSystem.Primitives" version =" 4.0.0" />
76
+ <dependency id =" System.Linq" version =" 4.0.0" />
77
+ <dependency id =" System.Reflection" version =" 4.0.10" />
78
+ <dependency id =" System.Reflection.Extensions" version =" 4.0.0" />
79
+ <dependency id =" System.Runtime" version =" 4.0.20" />
80
+ <dependency id =" System.Runtime.Extensions" version =" 4.0.10" />
81
+ <dependency id =" System.Text.Encoding" version =" 4.0.10" />
82
+ <dependency id =" System.Threading" version =" 4.0.10" />
83
+ <dependency id =" System.Threading.Tasks" version =" 4.0.10" />
84
+ </group >
85
+ <group targetFramework =" net45" />
86
+ <group targetFramework =" win8" />
87
+ <group targetFramework =" wpa81" />
88
+ <group targetFramework =" MonoTouch" />
89
+ <group targetFramework =" MonoAndroid" />
90
+ <group targetFramework =" XamarinMac" />
91
+ <group targetFramework =" XamarinIos" />
92
+ </dependencies >
93
+ </metadata >
94
+ <files >
95
+ <file src =" Crypto\Readme.html" target =" Readme.html" />
96
+ <file src =" Crypto\bin\pcl\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
97
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\portable-net45+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" />
98
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\net45" />
99
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\win8" />
100
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\wpa81" />
101
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\MonoTouch" />
102
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\MonoAndroid" />
103
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\XamarinMac" />
104
+ <file src =" Crypto\bin\pcl2\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\XamarinIos" />
105
+ <file src =" Crypto\bin\dotnet\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\dotnet" />
106
+ <file src =" Crypto\bin\dotnet\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\uap10.0" />
107
+ <file src =" Crypto\bin\dotnet\Release\crypto.*" exclude =" **\*.srcsrv" target =" lib\net46" />
108
+ </files >
109
+ </package >
0 commit comments