Package nts.NTSKERecords
Class NewCookieForNTPv4
java.lang.Object
nts.NTSKERecords.NTSKERecord
nts.NTSKERecords.NewCookieForNTPv4
-
Field Summary
Fields inherited from class nts.NTSKERecords.NTSKERecord
bodyLength, criticalBit, recordBody, recordType, recordType_raw -
Constructor Summary
ConstructorsConstructorDescriptionNewCookieForNTPv4(byte[] rawRecord) Constructor for NewCookie record from a raw byte array. -
Method Summary
Methods inherited from class nts.NTSKERecords.NTSKERecord
toBytes, toByteString, toString
-
Constructor Details
-
NewCookieForNTPv4
public NewCookieForNTPv4(byte[] rawRecord) Constructor for NewCookie record from a raw byte array. Verifies that the values are correct.- Parameters:
rawRecord- the raw byte array containing the record data.
-