![]() |
|
Contents |
Inherited by ASN1SequenceOf, and ASN1SetOf.
The value for such type is a collection of zero or more occurrences of a provided type.
Public Member Functions | |
| ASN1ValueCollection (int tagNumber, ASN1Type type) | |
| Constructs ASN1 collection type. | |
| Collection | getValues (Object object) |
| Provides an object's values to be encoded. | |
Public Attributes | |
| final ASN1Type | type |
| A value collection of this ASN.1 type. | |
| ASN1ValueCollection | ( | int | tagNumber, | |
| ASN1Type | type | |||
| ) |
Constructs ASN1 collection type.
| tagNumber | - ASN.1 tag number | |
| type | - ASN.1 type |
| Collection getValues | ( | Object | object | ) |
Provides an object's values to be encoded.
Derived classes should override this method to provide encoding for a selected class of objects.
| - | an object to be encoded |