Files
27Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Parameters/CcmParameters.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

23 lines
612 B
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters
{
// Token: 0x02001CB9 RID: 7353
[Token(Token = "0x2001CB9")]
[Obsolete]
public class CcmParameters : AeadParameters
{
// Token: 0x0600B611 RID: 46609 RVA: 0x00276D9C File Offset: 0x00274F9C
[Token(Token = "0x600B611")]
[Address(RVA = "0x22CF280", Offset = "0x22CE280", VA = "0x1822CF280")]
public CcmParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
{
this.key = key;
this.macSize = macSize;
this.associatedText = 0;
this.nonce = nonce;
}
}
}