EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX 


TElX509Certificate.DSSParams

TElX509Certificate    


 

Returns parameters for DSS algorithm

 
 

Declaration

[C#/Java]
    bool GetDSSParams(ref byte[] DSSP, ref int DSSPSize, ref byte[] DSSQ, ref int DSSQSize, ref byte[] DSSG, ref int DSSGSize, ref byte[] DSSY, ref int DSSYSize);

[VB.NET]
    Function GetDSSParams(ByRef DSSP As Byte(), ByRef DSSPSize As Integer, ByRef DSSQ As Byte(), ByRef DSSQSize As Integer, ByRef DSSG As Byte(), ByRef DSSGSize As Integer, ByRef DSSY As Byte(), ByRef DSSYSize As Integer) As Boolean

[Pascal]
    function GetDSSParams( DSSP : pointer; var DSSPSize : integer; DSSQ : pointer; var DSSQSize : integer; DSSG : pointer; var DSSGSize : integer; DSSY : pointer; var DSSYSize : integer): boolean;

[VB6]
    Property IElCertificateX.DSSParams As IElDSSParamsX

[ActiveX]
    HRESULT _stdcall IElCertificateX.DSSParams([out, retval] IUnknown ** Value);

 
 

Parameters

  • DSSP - P DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSPSize - the size of the buffer with P DSS buffer.
  • DSSQ - Q DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSQSize - the size of the buffer with Q DSS buffer.
  • DSSG - G DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSGSize - the size of the buffer with G DSS buffer.
  • DSSY - Y DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSYSize - the size of the buffer with Y DSS buffer.
  • [ActiveX]Value - An instance of the IEnumVARIANT interface used to obtain the parameters. The enumeration contains 4 VARIANT values. Each of this parameter is a one-dimensional zero-based safe array with elements of type unsigned char (byte).
 
 

Description

    Use this function to obtain parameters of DSS portion of the certificate.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation