org.bouncycastle.asn1.DEREncodableVector.java Source code

Java tutorial

Introduction

Here is the source code for org.bouncycastle.asn1.DEREncodableVector.java

Source

package 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.
 */
public class DEREncodableVector extends ASN1EncodableVector {
    /**
     * @deprecated use ASN1EncodableVector instead.
     */
    public DEREncodableVector() {

    }
}