a
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
||||
{
|
||||
// Token: 0x02001D8F RID: 7567
|
||||
[Token(Token = "0x2001D8F")]
|
||||
public class BerApplicationSpecific : DerApplicationSpecific
|
||||
{
|
||||
// Token: 0x0600BF81 RID: 49025 RVA: 0x002B9C18 File Offset: 0x002B7E18
|
||||
[Token(Token = "0x600BF81")]
|
||||
[Address(RVA = "0x2644300", Offset = "0x2643100", VA = "0x182644300")]
|
||||
public BerApplicationSpecific(int tagNo, Asn1EncodableVector vec)
|
||||
: base(tagNo, vec)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user