Initial Commit
This commit is contained in:
10
iTechSharp/srcbc/asn1/ASN1ObjectParser.cs
Normal file
10
iTechSharp/srcbc/asn1/ASN1ObjectParser.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace Org.BouncyCastle.Asn1
|
||||
{
|
||||
[Obsolete("Will be removed")]
|
||||
public class Asn1ObjectParser
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user