Class DEREncodableVector

  • Direct Known Subclasses:
    ASN1EncodableVector

    public class DEREncodableVector
    extends java.lang.Object
    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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Vector v  
    • Constructor Summary

      Constructors 
      Constructor Description
      DEREncodableVector()
      Deprecated.
      use ASN1EncodableVector instead.
    • Field Detail

      • v

        private java.util.Vector v
    • Constructor Detail

      • DEREncodableVector

        public DEREncodableVector()
        Deprecated.
        use ASN1EncodableVector instead.