|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Concatenatable<T extends ASN1Type>
The interface for classes which can be encoded to constructed form.
BIT_STRING
and OCTET_STRING
implements this interface and
they shall be encoded either primitive or constructed form. The
concatenate
method is used for decoding values which were segmented
in encoding process.
BIT_STRING
,
OCTET_STRING
Method Summary | |
---|---|
void |
concatenate(T data)
Appends the value of the data to the value of this instance. |
Method Detail |
---|
void concatenate(T data)
data
- The data that has the value to be appended. The ASN.1 type of
the data
shall be same as this instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |