m
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1
|
||||
{
|
||||
// Token: 0x02001E6C RID: 7788
|
||||
[Token(Token = "0x2001E6C")]
|
||||
public class BerSetGenerator : BerGenerator
|
||||
{
|
||||
// Token: 0x0600C344 RID: 49988 RVA: 0x002C2360 File Offset: 0x002C0560
|
||||
[Token(Token = "0x600C344")]
|
||||
[Address(RVA = "0x2296850", Offset = "0x2295850", VA = "0x182296850")]
|
||||
public BerSetGenerator(Stream outStream)
|
||||
{
|
||||
this._out = outStream;
|
||||
base.WriteBerHeader(49);
|
||||
}
|
||||
|
||||
// Token: 0x0600C345 RID: 49989 RVA: 0x002C2384 File Offset: 0x002C0584
|
||||
[Token(Token = "0x600C345")]
|
||||
[Address(RVA = "0x22967F0", Offset = "0x22957F0", VA = "0x1822967F0")]
|
||||
public BerSetGenerator(Stream outStream, int tagNo, bool isExplicit)
|
||||
{
|
||||
this._out = outStream;
|
||||
this._isExplicit = isExplicit;
|
||||
this._tagNo = tagNo;
|
||||
base.WriteBerHeader(49);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user