Search Results for

    Show / Hide Table of Contents

    Class Decryptor

    Inheritance
    object
    Decryptor
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class Decryptor

    Constructors

    Decryptor()

    Declaration
    public Decryptor()

    Fields

    ALLIANCE

    Declaration
    public const string ALLIANCE = "2 "
    Field Value
    Type Description
    string

    BOTH

    Declaration
    public const string BOTH = "4 "
    Field Value
    Type Description
    string

    FORMAT_VERSION

    Declaration
    public const int FORMAT_VERSION = 1
    Field Value
    Type Description
    int

    HASH_ALGORITHM

    Declaration
    public const string HASH_ALGORITHM = "SHA1"
    Field Value
    Type Description
    string

    NORMAL

    Declaration
    public const string NORMAL = "1 "
    Field Value
    Type Description
    string

    SNAP

    Declaration
    public const string SNAP = "3 "
    Field Value
    Type Description
    string

    dsaParms

    Declaration
    protected static DSAParameters dsaParms
    Field Value
    Type Description
    DSAParameters

    Methods

    verifySignature(byte[], byte[])

    Declaration
    public static bool verifySignature(byte[] hashValue, byte[] signature)
    Parameters
    Type Name Description
    byte[] hashValue
    byte[] signature
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX