Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.EndEncrypt

TElPublicKeyCrypto     See also     


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


This topic is under development…

Declaration

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

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

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

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

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

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

Parameters

  • OutBuffer -
  • OutIndex -
  • OutSize -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum