Class Decryptor
Assembly: NXOpen.Utilities.dll
Syntax
Constructors
Decryptor()
Declaration
Fields
ALLIANCE
Declaration
public const string ALLIANCE = "2 "
Field Value
BOTH
Declaration
public const string BOTH = "4 "
Field Value
Declaration
public const int FORMAT_VERSION = 1
Field Value
HASH_ALGORITHM
Declaration
public const string HASH_ALGORITHM = "SHA1"
Field Value
NORMAL
Declaration
public const string NORMAL = "1 "
Field Value
SNAP
Declaration
public const string SNAP = "3 "
Field Value
dsaParms
Declaration
protected static DSAParameters dsaParms
Field Value
Methods
verifySignature(byte[], byte[])
Declaration
public static bool verifySignature(byte[] hashValue, byte[] signature)
Parameters
Type |
Name |
Description |
byte[] |
hashValue |
|
byte[] |
signature |
|
Returns