Discuss this help topic in SecureBlackbox Forum

GetAlgorithmNameByOID

Declared in     See also     


Filter: C#  VB.NET  Pascal  C++  


Use this function to get algorithm name by its IOD.

Declaration

[C#]
    string GetAlgorithmNameByOID(byte[] OID);

[VB.NET]
    Function GetAlgorithmNameByOID(ByVal OID As Byte()) As String

[Pascal]
    function GetAlgorithmNameByOID(const OID : ByteArray) : string;

[C++]
    void GetAlgorithmNameByOID(const std::vector<uint8_t> & OID, std::string & OutResult);

Parameters

  • OID - contains OID of the desired algorithm

Description

Declared in

.NET:
  • Namespace: SBConstants
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBConstants
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbconstants.h

See also:     GetAlgorithmNameByAlgorithm    

Discuss this help topic in SecureBlackbox Forum