Class BERConstructedOctetString

All Implemented Interfaces:
ASN1OctetStringParser, DEREncodable, DERTags

public class BERConstructedOctetString extends DEROctetString
  • Field Details

  • Constructor Details

    • BERConstructedOctetString

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

      public BERConstructedOctetString(Vector octs)
    • BERConstructedOctetString

      public BERConstructedOctetString(DERObject obj)
    • BERConstructedOctetString

      public BERConstructedOctetString(DEREncodable obj)
  • Method Details