Discuss this help topic in SecureBlackbox Forum

TElPKCS11NSSParams.Load

TElPKCS11NSSParams     See also     


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


Loads NSS params from buffer.

Declaration

[C#]
    bool Load(byte[] Data);

[VB.NET]
    Function Load(ByVal Data As Byte()) As Boolean

[Pascal]
    function Load(Data: ByteArray): boolean;

[C++]
    bool Load(const std::vector<uint8_t> &Data);

[PHP]
    bool Load(array of byte|string|NULL $Data)

[Java]
    boolean load(byte[] Data);

Parameters

  • Data - buffer containing NSS params

Return value

    Returns True if params were successfully loaded and False otherwise.

Description

    Use this function to load NSS params from memory buffer.

See also:     Save    

Discuss this help topic in SecureBlackbox Forum