C# Class Tpm2Lib.EccPoint

Inheritance: TpmStructureBase, IPublicIdUnion
显示文件 Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
Copy ( ) : EccPoint
EccPoint ( ) : System
EccPoint ( EccPoint the_EccPoint ) : System
EccPoint ( byte the_x, byte the_y ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : int
GetUnionSelector ( ) : TpmAlgId
operator ( ) : bool

Returns true if the two ECC points are equal, i.e. if both coordinates are pairwise equal.

Method Details

Copy() public method

public Copy ( ) : EccPoint
return EccPoint

EccPoint() public method

public EccPoint ( ) : System
return System

EccPoint() public method

public EccPoint ( EccPoint the_EccPoint ) : System
the_EccPoint EccPoint
return System

EccPoint() public method

public EccPoint ( byte the_x, byte the_y ) : System
the_x byte X coordinate
the_y byte Y coordinate
return System

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmAlgId
return TpmAlgId

operator() public static method

Returns true if the two ECC points are equal, i.e. if both coordinates are pairwise equal.
public static operator ( ) : bool
return bool