up
This commit is contained in:
13
Assets/BestHTTP/SecureProtocol/asn1/ASN1OctetStringParser.cs
Normal file
13
Assets/BestHTTP/SecureProtocol/asn1/ASN1OctetStringParser.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR)
|
||||
using System.IO;
|
||||
|
||||
namespace Org.BouncyCastle.Asn1
|
||||
{
|
||||
public interface Asn1OctetStringParser
|
||||
: IAsn1Convertible
|
||||
{
|
||||
Stream GetOctetStream();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user