CryptoSys API Library Manual

Aead.FinishEncrypt Method

Finishes the authenticated encryption (in incremental mode)

Syntax

[C#]
public byte[] FinishEncrypt()
[VB.NET]
Public Function FinishEncrypt As Byte()

Return Value

Authentication tag value

Remarks

Must be preceded by StartEncrypt() and zero or more calls to Update(). May be followed by SetNonce() to begin processing another packet with the same key and algorithm; otherwise should be followed by Dispose().

See Also

VB6/C equivalent: AEAD_FinishEncrypt

[Contents] [Index]

[PREV: Aead.FinishDecrypt Method...]   [Contents]   [Index]   
   [NEXT: Aead.InitKey Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.