| Package | Description |
|---|---|
| org.onlab.packet.ipv6 |
Utilities for decoding and encoding IPv6 extension headers.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
Authentication.setIngegrityCheck(byte[] integrityCheck)
Sets the integrity check value of this header.
|
Authentication |
Authentication.setNextHeader(byte nextHeader) |
Authentication |
Authentication.setPayloadLength(byte payloadLength)
Sets the payload length of this header.
|
Authentication |
Authentication.setSecurityParamIndex(int securityParamIndex)
Sets the security parameter index of this header.
|
Authentication |
Authentication.setSequence(int sequence)
Sets the sequence number of this header.
|
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<Authentication> |
Authentication.deserializer()
Deserializer function for authentication headers.
|
Copyright © 2016. All rights reserved.