Package | Description |
---|---|
com.comcast.oscar.compiler | |
com.comcast.oscar.tlv | |
com.comcast.oscar.utilities |
Modifier and Type | Method and Description |
---|---|
static java.util.List<HexString> |
PacketCableCompiler.getTopLevelTlvToHexStringList(byte[] baTlv)
This method will find each TopLevel TLV and put it into a HexString Object
|
Constructor and Description |
---|
DocsisCompiler(java.lang.String sSharedSecretKey,
java.lang.Integer iDocsisVersion,
int iExtCmtsHashTechnique,
HexString hsTopLevelTlvBitMAsk) |
Modifier and Type | Method and Description |
---|---|
HexString |
TlvBuilder.getHexString() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<HexString> |
TlvBuilder.topLevelTlvToHexStringList(byte[] baTlv,
java.util.Map<java.lang.Integer,java.lang.Integer> miiTypeToByteLength) |
Modifier and Type | Method and Description |
---|---|
void |
TlvBuilder.add(HexString hsObject)
This method assumes that each Type is of 1 byte Length
|
void |
TlvBuilder.add(int iTlvType,
HexString hsValue) |
boolean |
TlvVariableBinding.isTLVConstruct(HexString hsTLV,
java.util.Map<java.lang.Integer,java.lang.Integer> miiTlvNumByteLength)
miiTlvNumByteLength
|
Constructor and Description |
---|
HexString(HexString hsObject)
Add another HexString Object
|