summary refs log tree commit diff
path: root/crypto/BouncyCastle.Android.csproj
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2015-10-17 11:04:30 -0400
committerJeffrey Stedfast <jeff@xamarin.com>2015-10-17 11:04:30 -0400
commit1fdd3185a216d0d68ba9d2d658f76e43e2139f2e (patch)
tree44a5d86a15fcf1069376d66bf454a241eb48d477 /crypto/BouncyCastle.Android.csproj
parentMerge branch 'master' into vs2010 (diff)
downloadBouncyCastle.NET-ed25519-1fdd3185a216d0d68ba9d2d658f76e43e2139f2e.tar.xz
Updated Visual Studio 2010 project files
Diffstat (limited to 'crypto/BouncyCastle.Android.csproj')
-rw-r--r--crypto/BouncyCastle.Android.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj
index 697d7013e..666035e5d 100644
--- a/crypto/BouncyCastle.Android.csproj
+++ b/crypto/BouncyCastle.Android.csproj
@@ -536,6 +536,7 @@
     <Compile Include="src\bcpg\attr\ImageAttrib.cs" />
     <Compile Include="src\bcpg\sig\EmbeddedSignature.cs" />
     <Compile Include="src\bcpg\sig\Exportable.cs" />
+    <Compile Include="src\bcpg\sig\Features.cs" />
     <Compile Include="src\bcpg\sig\IssuerKeyId.cs" />
     <Compile Include="src\bcpg\sig\KeyExpirationTime.cs" />
     <Compile Include="src\bcpg\sig\KeyFlags.cs" />
@@ -634,6 +635,7 @@
     <Compile Include="src\crypto\IAsymmetricCipherKeyPairGenerator.cs" />
     <Compile Include="src\crypto\IBasicAgreement.cs" />
     <Compile Include="src\crypto\IBlockCipher.cs" />
+    <Compile Include="src\crypto\IBlockResult.cs" />
     <Compile Include="src\crypto\IBufferedCipher.cs" />
     <Compile Include="src\crypto\ICipherParameters.cs" />
     <Compile Include="src\crypto\IDSA.cs" />
@@ -641,9 +643,14 @@
     <Compile Include="src\crypto\IDerivationParameters.cs" />
     <Compile Include="src\crypto\IDigest.cs" />
     <Compile Include="src\crypto\IMac.cs" />
+    <Compile Include="src\crypto\ISignatureCalculator.cs" />
+    <Compile Include="src\crypto\ISignatureVerifier.cs" />
+    <Compile Include="src\crypto\ISignatureVerifierProvider.cs" />
+    <Compile Include="src\crypto\IStreamCalculator.cs" />
     <Compile Include="src\crypto\ISigner.cs" />
     <Compile Include="src\crypto\ISignerWithRecovery.cs" />
     <Compile Include="src\crypto\IStreamCipher.cs" />
+    <Compile Include="src\crypto\IVerifier.cs" />
     <Compile Include="src\crypto\IWrapper.cs" />
     <Compile Include="src\crypto\IXof.cs" />
     <Compile Include="src\crypto\InvalidCipherTextException.cs" />
@@ -809,6 +816,7 @@
     <Compile Include="src\crypto\modes\gcm\Tables1kGcmExponentiator.cs" />
     <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" />
     <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" />
+    <Compile Include="src\crypto\operators\Asn1Signature.cs" />
     <Compile Include="src\crypto\paddings\BlockCipherPadding.cs" />
     <Compile Include="src\crypto\paddings\ISO10126d2Padding.cs" />
     <Compile Include="src\crypto\paddings\ISO7816d4Padding.cs" />
@@ -913,6 +921,7 @@
     <Compile Include="src\crypto\tls\BasicTlsPskIdentity.cs" />
     <Compile Include="src\crypto\tls\BulkCipherAlgorithm.cs" />
     <Compile Include="src\crypto\tls\ByteQueue.cs" />
+    <Compile Include="src\crypto\tls\ByteQueueStream.cs" />
     <Compile Include="src\crypto\tls\CertChainType.cs" />
     <Compile Include="src\crypto\tls\Certificate.cs" />
     <Compile Include="src\crypto\tls\CertificateRequest.cs" />
@@ -1255,6 +1264,7 @@
     <Compile Include="src\openpgp\PgpObjectFactory.cs" />
     <Compile Include="src\openpgp\PgpOnePassSignature.cs" />
     <Compile Include="src\openpgp\PgpOnePassSignatureList.cs" />
+    <Compile Include="src\openpgp\PgpPad.cs" />
     <Compile Include="src\openpgp\PgpPbeEncryptedData.cs" />
     <Compile Include="src\openpgp\PgpPrivateKey.cs" />
     <Compile Include="src\openpgp\PgpPublicKey.cs" />
@@ -1272,6 +1282,8 @@
     <Compile Include="src\openpgp\PgpUserAttributeSubpacketVector.cs" />
     <Compile Include="src\openpgp\PgpUtilities.cs" />
     <Compile Include="src\openpgp\PgpV3SignatureGenerator.cs" />
+    <Compile Include="src\openpgp\Rfc6637Utilities.cs" />
+    <Compile Include="src\openpgp\SXprUtilities.cs" />
     <Compile Include="src\openpgp\WrappedGeneratorStream.cs" />
     <Compile Include="src\openssl\EncryptionException.cs" />
     <Compile Include="src\openssl\IPasswordFinder.cs" />
@@ -1389,6 +1401,7 @@
     <Compile Include="src\util\encoders\UrlBase64Encoder.cs" />
     <Compile Include="src\util\io\BaseInputStream.cs" />
     <Compile Include="src\util\io\BaseOutputStream.cs" />
+    <Compile Include="src\util\io\FilterStream.cs" />
     <Compile Include="src\util\io\NullOutputStream.cs" />
     <Compile Include="src\util\io\PushbackStream.cs" />
     <Compile Include="src\util\io\StreamOverflowException.cs" />