Click or drag to resize

TcpKsiSigningServiceProtocol Class

TCP KSI signing service protocol. Responsible for making TCP requests to aggregator. All requests and responses go through one socket that is kept opened for future requests. If a request fails (eg. socket is closed by server) it will be repeated once more with a new freshly connected socket.
Inheritance Hierarchy

Namespace:  Guardtime.KSI.Service.Tcp
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class TcpKsiSigningServiceProtocol : TcpKsiServiceProtocolBase, 
	IKsiSigningServiceProtocol

The TcpKsiSigningServiceProtocol type exposes the following members.

Constructors
  NameDescription
Public methodTcpKsiSigningServiceProtocol
Create TCP KSI signing service protocol
Top
Properties
  NameDescription
Public propertyAggregatorAddress
Aggregator ip and port.
Protected propertyServiceAddress
Server IP and port.
(Inherited from TcpKsiServiceProtocolBase.)
Top
Methods
  NameDescription
Public methodBeginGetAggregatorConfig
Begin aggregator configuration request.
Protected methodBeginRequest
Begin TCP request
(Inherited from TcpKsiServiceProtocolBase.)
Public methodBeginSign
Begin signing request.
Public methodDispose
Dispose TCP KSI service protocol. Close opened connection.
(Inherited from TcpKsiServiceProtocolBase.)
Public methodEndGetAggregatorConfig
End aggregator configuration request.
Protected methodEndRequest
End TCP request
(Inherited from TcpKsiServiceProtocolBase.)
Public methodEndSign
End signing request.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also