This abstract class represents ASN.1 collection type.
The value for such type is a collection of zero or
more occurrences of a provided type.
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm
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.
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 - a collection of object's values to be encoded
Methods inherited from org.apache.harmony.security.asn1.ASN1Constructured