mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 11:05:25 +00:00
15 lines
287 B
Java
15 lines
287 B
Java
package org.thoughtcrime.bouncycastle.asn1;
|
|
|
|
/**
|
|
* the parent class for this will eventually disappear. Use this one!
|
|
*/
|
|
public class ASN1EncodableVector
|
|
extends DEREncodableVector
|
|
{
|
|
// migrating from DEREncodeableVector
|
|
public ASN1EncodableVector()
|
|
{
|
|
|
|
}
|
|
}
|