|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objsys.asn1j.runtime.Asn1PerUtil
public class Asn1PerUtil
This class contains general purpose static utility functions related to PER encoding/decoding
Constructor Summary | |
---|---|
Asn1PerUtil()
|
Method Summary | |
---|---|
static int |
getMsgBitCnt(int byteCount,
int bitOffset)
This method returns the number of bits in an encoded PER message buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Asn1PerUtil()
Method Detail |
---|
public static int getMsgBitCnt(int byteCount, int bitOffset)
byteCount
- Number of full bytes in messagebitOffset
- Offset to current bit in last byte ((7 - 0) or
-1 if no bits used).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |