|
| AesGcm (byte[] key) |
|
| AesGcm (global::System.ReadOnlySpan< byte > key) |
|
void | Decrypt (byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[] associatedData=null) |
|
void | Decrypt (global::System.ReadOnlySpan< byte > nonce, global::System.ReadOnlySpan< byte > ciphertext, global::System.ReadOnlySpan< byte > tag, global::System.Span< byte > plaintext, global::System.ReadOnlySpan< byte > associatedData=default(global::System.ReadOnlySpan< byte >)) |
|
void | Dispose () |
|
void | Encrypt (byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[] associatedData=null) |
|
void | Encrypt (global::System.ReadOnlySpan< byte > nonce, global::System.ReadOnlySpan< byte > plaintext, global::System.Span< byte > ciphertext, global::System.Span< byte > tag, global::System.ReadOnlySpan< byte > associatedData=default(global::System.ReadOnlySpan< byte >)) |
|
Definition at line 8 of file AesGcm.cs.
The documentation for this class was generated from the following file:
- source/mscorlib/System/Security/Cryptography/AesGcm.cs