|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SizeCountable
A class implements this interface indicates that the type has size that can be mearuserd.
If a class implements this interface, it means that the ASN.1 type has size.
BIT_STRING
, OCTET_STRING
, SEQUENCE_OF
, SET_OF
and sub classes of StringType
implements this interface.
BIT_STRING
,
OCTET_STRING
,
SEQUENCE_OF
,
SET_OF
,
StringType
Method Summary | |
---|---|
int |
size()
Returns the measured size of this instance. |
Method Detail |
---|
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |