Discuss this help topic in SecureBlackbox Forum

TElJCECryptoProvider.RandomGenerate

TElJCECryptoProvider     See also     


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


This topic is under development…

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure RandomGenerate(var Buffer : ByteArray; StartIndex : integer; Size : integer); virtual;
    function RandomGenerate(MaxValue : integer) : integer; virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    int randomGenerate(int MaxValue);
    void randomGenerate(byte[][] Buffer, int StartIndex, int Size);

Parameters

  • Buffer -
  • StartIndex -
  • Size -
  • MaxValue -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum