|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsnBerTagLength
Method Summary | |
---|---|
Number |
getTagLength()
The tag length of this instance as an abstract number (Integer, Long, BigInteger). |
int |
getTagLengthAsInt()
The tag length of this instance as a java int. |
Number |
getTagLengthLarge()
The tag length bits of this instance as an abstract number (Long, BigInteger). |
boolean |
isDefinite()
|
boolean |
isIndefinite()
|
boolean |
isTagLengthAnInt()
Determines whether the tag length of this instance can be represented in a java int. |
Method Detail |
---|
boolean isDefinite()
boolean isIndefinite()
Number getTagLength()
boolean isTagLengthAnInt()
int getTagLengthAsInt()
IllegalStateException
- in case the tag length is too large for a java intNumber getTagLengthLarge()
IllegalStateException
- in case the tag length fits into a java int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |