terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Security.Cryptography.AesCcm Class Referencesealed
+ Inheritance diagram for System.Security.Cryptography.AesCcm:

Public Member Functions

 AesCcm (byte[] key)
 
 AesCcm (ReadOnlySpan< byte > key)
 
void Decrypt (byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, [Optional] byte[] associatedData)
 
void Decrypt (ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, [Optional] ReadOnlySpan< byte > associatedData)
 
void Dispose ()
 
void Encrypt (byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, [Optional] byte[] associatedData)
 
void Encrypt (ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, [Optional] ReadOnlySpan< byte > associatedData)
 

Properties

static KeySizes NonceByteSizes [get]
 
static KeySizes TagByteSizes [get]
 

Detailed Description

Definition at line 8 of file AesCcm.cs.


The documentation for this class was generated from the following file: