Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Security.Cryptography.AesGcm, including all inherited members.
_keyHandle | System.Security.Cryptography.AesGcm | private |
AesGcm(ReadOnlySpan< byte > key) | System.Security.Cryptography.AesGcm | inline |
AesGcm(byte[] key) | System.Security.Cryptography.AesGcm | inline |
CheckParameters(ReadOnlySpan< byte > plaintext, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > tag) | System.Security.Cryptography.AesGcm | inlineprivatestatic |
Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[]? associatedData=null) | System.Security.Cryptography.AesGcm | inline |
Decrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >)) | System.Security.Cryptography.AesGcm | inline |
DecryptCore(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >)) | System.Security.Cryptography.AesGcm | inlineprivate |
Dispose() | System.Security.Cryptography.AesGcm | inline |
Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[]? associatedData=null) | System.Security.Cryptography.AesGcm | inline |
Encrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >)) | System.Security.Cryptography.AesGcm | inline |
EncryptCore(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >)) | System.Security.Cryptography.AesGcm | inlineprivate |
ImportKey(ReadOnlySpan< byte > key) | System.Security.Cryptography.AesGcm | inlineprivate |
IsSupported | System.Security.Cryptography.AesGcm | static |
NonceByteSizes | System.Security.Cryptography.AesGcm | static |
TagByteSizes | System.Security.Cryptography.AesGcm | static |
ThrowIfNotSupported() | System.Security.Cryptography.AesGcm | inlineprivatestatic |