Constructs ASN1 collection type.paramtagNumber - ASN.1 tag numberparamtype - ASN.1 type super(tagNumber); this.type = type;
super(tagNumber); this.type = type;
Provides an object's values to be encoded Derived classes should override this method to provide encoding for a selected class of objects.param- an object to be encodedreturn- a collection of object's values to be encoded return (Collection)object;
return (Collection)object;