Discuss this help topic in SecureBlackbox Forum

TElJCECryptoProvider.VerifyUpdate

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 VerifyUpdate(Context : TElCustomCryptoContext; const InBuffer : ByteArray; InStartIndex : integer; InSize : integer; var OutBuffer : ByteArray; OutStartIndex : integer; var OutSize : integer; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : TObject = nil); virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    void verifyUpdate(TElCustomCryptoContext Context, byte[] InBuffer, int InStartIndex, int InSize, byte[][] OutBuffer, int OutStartIndex, int[] OutSize, TElCPParameters Params, TSBProgressFunc ProgressData, TObject arg9);

Parameters

  • Context -
  • InBuffer -
  • InStartIndex -
  • InSize -
  • OutBuffer -
  • OutStartIndex -
  • OutSize -
  • Params -
  • ProgressFunc -
  • ProgressData -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum