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