Initial Commit
This commit is contained in:
10
iTechSharp/srcbc/asn1/ASN1OctetStringParser.cs
Normal file
10
iTechSharp/srcbc/asn1/ASN1OctetStringParser.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.IO;
|
||||
|
||||
namespace Org.BouncyCastle.Asn1
|
||||
{
|
||||
public interface Asn1OctetStringParser
|
||||
: IAsn1Convertible
|
||||
{
|
||||
Stream GetOctetStream();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user