Class BERConstructedOctetString

All Implemented Interfaces:
ASN1Encodable, ASN1OctetStringParser, InMemoryRepresentable

public class BERConstructedOctetString
extends BEROctetString
Deprecated.
use BEROctetString
  • Constructor Details

    • BERConstructedOctetString

      public BERConstructedOctetString​(byte[] string)
      Deprecated.
      Parameters:
      string - the octets making up the octet string.
    • BERConstructedOctetString

      public BERConstructedOctetString​(Vector octs)
      Deprecated.
    • BERConstructedOctetString

      public BERConstructedOctetString​(ASN1Primitive obj)
      Deprecated.
    • BERConstructedOctetString

      public BERConstructedOctetString​(ASN1Encodable obj)
      Deprecated.
  • Method Details