001package org.apache.commons.ssl.asn1;
002
003/** the parent class for this will eventually disappear. Use this one! */
004public class ASN1EncodableVector
005    extends DEREncodableVector {
006    // migrating from DEREncodeableVector
007    public ASN1EncodableVector() {
008
009    }
010}