blob: 4cd553b18bb2d75624a21f576f183d92822755fb [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.asn1;
/**
* a general class for building up a vector of DER encodable objects -
* this will eventually be superseded by ASN1EncodableVector so you should
* use that class in preference.
* @hide This class is not part of the Android public SDK API
*/
public class DEREncodableVector
extends ASN1EncodableVector
{
/**
* @deprecated use ASN1EncodableVector instead.
*/
@dalvik.annotation.compat.UnsupportedAppUsage
public DEREncodableVector()
{
}
}