Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.EndDecrypt

TElPublicKeyCrypto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    bool EndDecrypt(ref byte[] OutBuffer, int OutIndex, ref int OutSize);
    void EndDecrypt();

[VB.NET]
    Function EndDecrypt(ByRef OutBuffer As Byte(), ByVal OutIndex As Integer, ByRef OutSize As Integer) As Boolean
    Sub EndDecrypt()

[Pascal]
    function EndDecrypt(OutBuffer : pointer; var OutSize : integer) : boolean;
    procedure EndDecrypt;

[C++]
    bool EndDecrypt(void * OutBuffer, int32_t &OutSize);
    void EndDecrypt();

[PHP]
    bool EndDecrypt(TSBPointer|array of byte|string|NULL $OutBuffer, integer &$OutSize)
    void EndDecrypt()

[Java]
    TElPublicKeyAsyncResult endDecrypt(byte[] OutBuffer, int OutIndex, int OutSize);
    void endDecrypt();

Parameters

  • OutBuffer -
  • OutIndex -
  • OutSize -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum