C# Class Goedel.Recrypt.RecryptProtocol

Inheritance: Goedel.Protocol.JSONObject
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void

Construct an instance from the specified tagged JSONReader stream.

RecryptProtocol ( ) : System

Default constructor.

RecryptProtocol ( JSONReader JSONReader ) : System

Construct an instance from a JSON encoded stream.

RecryptProtocol ( string _String ) : System

Construct an instance from a JSON encoded string.

Tag ( ) : string

Method Details

Deserialize() public static méthode

Construct an instance from the specified tagged JSONReader stream.
public static Deserialize ( JSONReader JSONReader, JSONObject &Out ) : void
JSONReader JSONReader
Out JSONObject
Résultat void

RecryptProtocol() public méthode

Default constructor.
public RecryptProtocol ( ) : System
Résultat System

RecryptProtocol() public méthode

Construct an instance from a JSON encoded stream.
public RecryptProtocol ( JSONReader JSONReader ) : System
JSONReader JSONReader
Résultat System

RecryptProtocol() public méthode

Construct an instance from a JSON encoded string.
public RecryptProtocol ( string _String ) : System
_String string
Résultat System

Tag() public méthode

public Tag ( ) : string
Résultat string