public class SymmetricSecurityHeader extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SYMMETRIC_SECURITY_HEADER_SIZE |
| Constructor and Description |
|---|
SymmetricSecurityHeader(long tokenId) |
| Modifier and Type | Method and Description |
|---|---|
static SymmetricSecurityHeader |
decode(io.netty.buffer.ByteBuf buffer) |
static io.netty.buffer.ByteBuf |
encode(SymmetricSecurityHeader header,
io.netty.buffer.ByteBuf buffer) |
boolean |
equals(Object o) |
long |
getTokenId() |
int |
hashCode() |
String |
toString() |
public static final int SYMMETRIC_SECURITY_HEADER_SIZE
public SymmetricSecurityHeader(long tokenId)
tokenId - A unique identifier for the SecureChannel SecurityToken used to secure the Message.public long getTokenId()
public static io.netty.buffer.ByteBuf encode(SymmetricSecurityHeader header, io.netty.buffer.ByteBuf buffer)
public static SymmetricSecurityHeader decode(io.netty.buffer.ByteBuf buffer)
Copyright © 2025. All rights reserved.