super(baseTag, BerTag.OCTET_STRING, contentStream);
if (this.isConstructed()) { return new ConstructedOctetStream(this.getRawContentStream()); } else { return this.getRawContentStream(); }