1b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallampackage org.bouncycastle.asn1;
2b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam
3b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam/**
4b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam * a general class for building up a vector of DER encodable objects -
5b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam * this will eventually be superceded by ASN1EncodableVector so you should
6b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam * use that class in preference.
7b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam */
8b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallampublic class DEREncodableVector
94c111300c39cb2e27f07fc2ae3b00e23ed4443b2Brian Carlstrom    extends ASN1EncodableVector
10b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam{
11c37f4a04ef89e73a39a59f3c5a179af8c8ab5974Brian Carlstrom    /**
12c37f4a04ef89e73a39a59f3c5a179af8c8ab5974Brian Carlstrom     * @deprecated use ASN1EncodableVector instead.
13c37f4a04ef89e73a39a59f3c5a179af8c8ab5974Brian Carlstrom     */
14c37f4a04ef89e73a39a59f3c5a179af8c8ab5974Brian Carlstrom    public DEREncodableVector()
15c37f4a04ef89e73a39a59f3c5a179af8c8ab5974Brian Carlstrom    {
16c37f4a04ef89e73a39a59f3c5a179af8c8ab5974Brian Carlstrom
17c37f4a04ef89e73a39a59f3c5a179af8c8ab5974Brian Carlstrom    }
18b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam}
19