ExtendRequestPdu Constructor (PduHeader, PduPayload, HashAlgorithm, Byte)
|
Create extend request pdu from KSI header and extend pdu payload.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic ExtendRequestPdu(
PduHeader header,
PduPayload payload,
HashAlgorithm hmacAlgorithm,
byte[] key
)
Public Sub New (
header As PduHeader,
payload As PduPayload,
hmacAlgorithm As HashAlgorithm,
key As Byte()
)
public:
ExtendRequestPdu(
PduHeader^ header,
PduPayload^ payload,
HashAlgorithm^ hmacAlgorithm,
array<unsigned char>^ key
)
new :
header : PduHeader *
payload : PduPayload *
hmacAlgorithm : HashAlgorithm *
key : byte[] -> ExtendRequestPdu
Parameters
- header
- Type: Guardtime.KSI.ServicePduHeader
KSI header - payload
- Type: Guardtime.KSI.ServicePduPayload
Extend pdu payload - hmacAlgorithm
- Type: Guardtime.KSI.HashingHashAlgorithm
HMAC algorithm - key
- Type: SystemByte
hmac key
See Also