CryptoSys API Library Manual

Aead.FinishDecrypt Method

Finishes the authenticated decryption (in incremental mode)

Syntax

[C#]
public bool FinishDecrypt()
[VB.NET]
Public Function FinishDecrypt As Boolean

Return Value

True if the decryption is authenticated; false otherwise.

Remarks

Must be preceded by StartDecrypt() 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_FinishDecrypt

[Contents] [Index]

[PREV: Aead.EncryptWithTag Method (Byte, Byte, Byte, Byte, Aead.Algorithm, Aead.Opts)...]   [Contents]   [Index]   
   [NEXT: Aead.FinishEncrypt Method...]

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