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