/* 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. */ @android.compat.annotation.UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) public DEREncodableVector() { } }