scripts
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders
|
||||
{
|
||||
// Token: 0x02001376 RID: 4982
|
||||
[Token(Token = "0x2001376")]
|
||||
[StructLayout(3)]
|
||||
public class UrlBase64Encoder : Base64Encoder
|
||||
{
|
||||
// Token: 0x06007E06 RID: 32262 RVA: 0x001A7458 File Offset: 0x001A5658
|
||||
[Token(Token = "0x6007E06")]
|
||||
[Address(RVA = "0x2034EE0", Offset = "0x20338E0", VA = "0x182034EE0")]
|
||||
public UrlBase64Encoder()
|
||||
{
|
||||
int length = this.encodingTable.Length;
|
||||
this.decodingTable = (ulong)45L;
|
||||
int num = this.encodingTable.Length - 1;
|
||||
this.padding = (byte)((ulong)46L);
|
||||
base.InitialiseDecodingTable();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user