C# Class Goedel.Recrypt.RecryptProtocol

Inheritance: Goedel.Protocol.JSONObject
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Methods

Method 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 method

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

RecryptProtocol() public method

Default constructor.
public RecryptProtocol ( ) : System
return System

RecryptProtocol() public method

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

RecryptProtocol() public method

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

Tag() public method

public Tag ( ) : string
return string