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

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

_keyHandleSystem.Security.Cryptography.ChaCha20Poly1305private
ChaCha20Poly1305(ReadOnlySpan< byte > key)System.Security.Cryptography.ChaCha20Poly1305inline
ChaCha20Poly1305(byte[] key)System.Security.Cryptography.ChaCha20Poly1305inline
CheckKeySize(int keySizeInBytes)System.Security.Cryptography.ChaCha20Poly1305inlineprivatestatic
CheckParameters(ReadOnlySpan< byte > plaintext, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > tag)System.Security.Cryptography.ChaCha20Poly1305inlineprivatestatic
Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[]? associatedData=null)System.Security.Cryptography.ChaCha20Poly1305inline
Decrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.ChaCha20Poly1305inline
DecryptCore(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.ChaCha20Poly1305inlineprivate
Dispose()System.Security.Cryptography.ChaCha20Poly1305inline
Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[]? associatedData=null)System.Security.Cryptography.ChaCha20Poly1305inline
Encrypt(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.ChaCha20Poly1305inline
EncryptCore(ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, ReadOnlySpan< byte > associatedData=default(ReadOnlySpan< byte >))System.Security.Cryptography.ChaCha20Poly1305inlineprivate
ImportKey(ReadOnlySpan< byte > key)System.Security.Cryptography.ChaCha20Poly1305inlineprivate
IsSupportedSystem.Security.Cryptography.ChaCha20Poly1305static
ThrowIfNotSupported()System.Security.Cryptography.ChaCha20Poly1305inlineprivatestatic