Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.LoadParameters

TElPublicKeyCrypto     See also     


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


Loads cryptographic parameters.

Declaration

[C#]
    void LoadParameters(TElAlgorithmIdentifier AlgorithmIdentifier);

[VB.NET]
    Sub LoadParameters(ByVal AlgorithmIdentifier As TElAlgorithmIdentifier)

[Pascal]
    procedure LoadParameters(AlgorithmIdentifier : TElAlgorithmIdentifier); virtual;

[C++]
    void LoadParameters(TElAlgorithmIdentifier &AlgorithmIdentifier);
    void LoadParameters(TElAlgorithmIdentifier *AlgorithmIdentifier);

[PHP]
    void LoadParameters(TElAlgorithmIdentifier $AlgorithmIdentifier)

[Java]
    void loadParameters(TElAlgorithmIdentifier AlgorithmIdentifier);

Parameters

  • AlgorithmIdentifier - instance of TElAlgorithmIdentifier class containing cryptographic parameters

Description

    Call this method to load cryptographic parameters. The actual parameters are different for different algorithms and may include algorithm identifier, hash algorithm identifier, public exponent value, etc.

See also:     SaveParameters    

Discuss this help topic in SecureBlackbox Forum