Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.GetSupportedPKCS11Mechanism

TElPKCS11SlotInfo     See also     


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


Returns PKCS #11 mechanism by its index.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function GetSupportedPKCS11Mechanism(Index : integer): cardinal;

[C++]
    not available

[PHP]
    not available

[Java]
    long getSupportedPKCS11Mechanism(int Index);

Parameters

  • Index - index of the desired mechanism, the first item has Index=0, the second has Index=1, and so on.

Values:

Description

    Each token or card, connected to the slot, stores a list of supported PKCS #11 mechanisms (algorithms). Use this method to get mechanism by its index. Use GetSupportedPKCS11MechanismCount method to obtain the total number of supported mechanisms.

See also:     GetSupportedPKCS11MechanismCount    

Discuss this help topic in SecureBlackbox Forum