Search Results for

    Show / Hide Table of Contents

    Class Decryptor

    Inheritance
    System.Object
    Decryptor
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.String

    BOTH

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

    dsaParms

    Declaration
    protected static DSAParameters dsaParms
    Field Value
    Type Description
    System.Security.Cryptography.DSAParameters

    FORMAT_VERSION

    Declaration
    public const int FORMAT_VERSION = 1
    Field Value
    Type Description
    System.Int32

    HASH_ALGORITHM

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

    NORMAL

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

    SNAP

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

    Methods

    verifySignature(Byte[], Byte[])

    Declaration
    public static bool verifySignature(byte[] hashValue, byte[] signature)
    Parameters
    Type Name Description
    System.Byte[] hashValue
    System.Byte[] signature
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX