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