OscoreOptionValue.parse constructor

OscoreOptionValue.parse(
  1. Uint8Buffer byteValue
)

Implementation

OscoreOptionValue.parse(this.byteValue)
    : partialIV = _parsepartialIV(byteValue),
      kid = _parseKid(byteValue),
      kidContext = _parseKidContext(byteValue);