Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.AesGcm Member List

This is the complete list of members for System.Security.Cryptography.AesGcm, including all inherited members.

_keyHandleSystem.Security.Cryptography.AesGcmprivate
AesGcm(ReadOnlySpan< byte > key)System.Security.Cryptography.AesGcminline
AesGcm(byte[] key)System.Security.Cryptography.AesGcminline
CheckParameters(ReadOnlySpan< byte > plaintext, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > tag)System.Security.Cryptography.AesGcminlineprivatestatic
Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[]? associatedData=null)System.Security.Cryptography.AesGcminline
Decrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.AesGcminline
DecryptCore(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.AesGcminlineprivate
Dispose()System.Security.Cryptography.AesGcminline
Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[]? associatedData=null)System.Security.Cryptography.AesGcminline
Encrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.AesGcminline
EncryptCore(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.AesGcminlineprivate
ImportKey(ReadOnlySpan< byte > key)System.Security.Cryptography.AesGcminlineprivate
IsSupportedSystem.Security.Cryptography.AesGcmstatic
NonceByteSizesSystem.Security.Cryptography.AesGcmstatic
TagByteSizesSystem.Security.Cryptography.AesGcmstatic
ThrowIfNotSupported()System.Security.Cryptography.AesGcminlineprivatestatic