01: package org.bouncycastle.asn1;
02:
03: /**
04: * the parent class for this will eventually disappear. Use this one!
05: */
06: publicclass ASN1EncodableVector extendsDEREncodableVector {
07: // migrating from DEREncodeableVector
08: public ASN1EncodableVector() {
09:
10: }
11: }