m
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders
|
||||
{
|
||||
// Token: 0x02001A31 RID: 6705
|
||||
[Token(Token = "0x2001A31")]
|
||||
public interface ITranslator
|
||||
{
|
||||
// Token: 0x06009DA2 RID: 40354
|
||||
[Token(Token = "0x6009DA2")]
|
||||
[Address(Slot = "0")]
|
||||
int GetEncodedBlockSize();
|
||||
|
||||
// Token: 0x06009DA3 RID: 40355
|
||||
[Token(Token = "0x6009DA3")]
|
||||
[Address(Slot = "1")]
|
||||
int Encode(byte[] input, int inOff, int length, byte[] outBytes, int outOff);
|
||||
|
||||
// Token: 0x06009DA4 RID: 40356
|
||||
[Token(Token = "0x6009DA4")]
|
||||
[Address(Slot = "2")]
|
||||
int GetDecodedBlockSize();
|
||||
|
||||
// Token: 0x06009DA5 RID: 40357
|
||||
[Token(Token = "0x6009DA5")]
|
||||
[Address(Slot = "3")]
|
||||
int Decode(byte[] input, int inOff, int length, byte[] outBytes, int outOff);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user