public static class OptionalParameter.Int extends OptionalParameter
OptionalParameter.Byte, OptionalParameter.COctetString, OptionalParameter.Int, OptionalParameter.Null, OptionalParameter.OctetString, OptionalParameter.Short, OptionalParameter.Tag
tag
Constructor and Description |
---|
Int(OptionalParameter.Tag tag,
int value) |
Int(short tag,
byte[] content) |
Int(short tag,
int value) |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
protected byte[] |
serializeValue() |
equals, hashCode, serialize
public Int(short tag, int value)
public Int(OptionalParameter.Tag tag, int value)
public Int(short tag, byte[] content)
public int getValue()
protected byte[] serializeValue()
serializeValue
in class OptionalParameter