C# Class Tpm2Lib.EccPoint

Inheritance: TpmStructureBase, IPublicIdUnion
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Copy ( ) : EccPoint
Résultat EccPoint

EccPoint() public méthode

public EccPoint ( ) : System
Résultat System

EccPoint() public méthode

public EccPoint ( EccPoint the_EccPoint ) : System
the_EccPoint EccPoint
Résultat System

EccPoint() public méthode

public EccPoint ( byte the_x, byte the_y ) : System
the_x byte X coordinate
the_y byte Y coordinate
Résultat System

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmAlgId
Résultat TpmAlgId

operator() public static méthode

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