com.fitbur.bouncycastle.asn1.DEREncodableVector Maven / Gradle / Ivy
package com.fitbur.bouncycastle.asn1;
/**
* a general class for building up a vector of DER encodable objects -
* this will eventually be superceded by ASN1EncodableVector so you should
* use that class in preference.
*/
public class DEREncodableVector
extends ASN1EncodableVector
{
/**
* @com.fitburprecated use ASN1EncodableVector instead.
*/
public DEREncodableVector()
{
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy