Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.SaveParameters

TElPublicKeyCrypto     See also     


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


Saves cryptographic parameters.

Declaration

[C#]
    void SaveParameters(TElAlgorithmIdentifier AlgorithmIdentifier);

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

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

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

[PHP]
    void SaveParameters(TElAlgorithmIdentifier $AlgorithmIdentifier)

[Java]
    void saveParameters(TElAlgorithmIdentifier AlgorithmIdentifier);

Parameters

  • AlgorithmIdentifier - instance of TElAlgorithmIdentifier where the parameters must be saved

Description

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

See also:     LoadParameters    

Discuss this help topic in SecureBlackbox Forum