m
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
||||
{
|
||||
// Token: 0x02001E6F RID: 7791
|
||||
[Token(Token = "0x2001E6F")]
|
||||
public class BerApplicationSpecific : DerApplicationSpecific
|
||||
{
|
||||
// Token: 0x0600C34F RID: 49999 RVA: 0x002C2510 File Offset: 0x002C0710
|
||||
[Token(Token = "0x600C34F")]
|
||||
[Address(RVA = "0x22946A0", Offset = "0x22936A0", VA = "0x1822946A0")]
|
||||
public BerApplicationSpecific(int tagNo, Asn1EncodableVector vec)
|
||||
: base(tagNo, vec)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user