KsiServiceResponseParser Constructor
|
Create new KSI service response parser.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic KsiServiceResponseParser(
PduVersion pduVersion,
KsiServiceRequestType requestType,
HashAlgorithm macAlgorithm,
byte[] macKey
)
Public Sub New (
pduVersion As PduVersion,
requestType As KsiServiceRequestType,
macAlgorithm As HashAlgorithm,
macKey As Byte()
)
public:
KsiServiceResponseParser(
PduVersion pduVersion,
KsiServiceRequestType requestType,
HashAlgorithm^ macAlgorithm,
array<unsigned char>^ macKey
)
new :
pduVersion : PduVersion *
requestType : KsiServiceRequestType *
macAlgorithm : HashAlgorithm *
macKey : byte[] -> KsiServiceResponseParser
Parameters
- pduVersion
- Type: Guardtime.KSI.ServicePduVersion
PDU version - requestType
- Type: Guardtime.KSI.ServiceKsiServiceRequestType
Request type of the response to be parsed - macAlgorithm
- Type: Guardtime.KSI.HashingHashAlgorithm
MAC calculation algorithm - macKey
- Type: SystemByte
MAC calculation key
See Also