Method | Description | |
---|---|---|
Copy ( ) : |
||
EccPoint ( ) : System | ||
EccPoint ( |
||
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.
|
public EccPoint ( |
||
the_EccPoint | ||
return | System |
public EccPoint ( byte the_x, byte the_y ) : System | ||
the_x | byte | X coordinate |
the_y | byte | Y coordinate |
return | System |