diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-20 18:44:07 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-11-20 18:44:07 +0700 |
commit | fe0abc8e4f4eb407a7fff3e5d567a51ce49a4baf (patch) | |
tree | 33f1beb1702c99430a033cd52b568b283319c487 /crypto/BouncyCastle.iOS.csproj | |
parent | ASN:1 tagged object parser updates from bc-java (diff) | |
download | BouncyCastle.NET-ed25519-fe0abc8e4f4eb407a7fff3e5d567a51ce49a4baf.tar.xz |
ASN.1: Tagged object parser improvements
- add DLTaggedObjectParser - refactoring of Asn1InputStream/Asn1StreamParser
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 415992207..456a15b19 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -139,6 +139,7 @@ <Compile Include="src\asn1\DLSequence.cs" /> <Compile Include="src\asn1\DLSet.cs" /> <Compile Include="src\asn1\DLTaggedObject.cs" /> + <Compile Include="src\asn1\DLTaggedObjectParser.cs" /> <Compile Include="src\asn1\IAsn1ApplicationSpecificParser.cs" /> <Compile Include="src\asn1\IAsn1Choice.cs" /> <Compile Include="src\asn1\IAsn1Convertible.cs" /> |