blob: 1f50ddfdb2617c4fcf82b0203dfa6b47b36e7895 [file] [log] [blame]
package org.bouncycastle.asn1;
/**
* the parent class for this will eventually disappear. Use this one!
*/
public class ASN1EncodableVector
extends DEREncodableVector
{
// migrating from DEREncodeableVector
public ASN1EncodableVector()
{
}
}