|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITLVBerDecoderMBean
Method Summary | |
---|---|
void |
allowIndefiniteLength()
Allow indefinite length. |
void |
disallowIndefiniteLength()
Disallow indefinite length. |
int |
getMaxLengthLength()
Get the actual maximum number of bytes that can be used to encode the Length |
int |
getMaxTagLength()
Get the actual maximum number of bytes that can be used to encode the Tag |
boolean |
isIndefiniteLengthAllowed()
Tell if indefinite length form could be used for Length |
void |
setMaxLengthLength(int length)
Set the number of bytes that can be used to encode the Value length, including the first byte. |
void |
setMaxTagLength(int length)
Set the maximum number of bytes that should be used to encode a Tag label, including the first byte. |
Method Detail |
---|
void setMaxLengthLength(int length) throws DecoderException
length
- The number of byte to use
DecoderException
void setMaxTagLength(int length)
length
- The length to usevoid allowIndefiniteLength()
void disallowIndefiniteLength()
int getMaxLengthLength()
int getMaxTagLength()
boolean isIndefiniteLengthAllowed()
true
if the Indefinite form is allowed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |