27282930313233
return new BerConstructedImpl(typeClass, type); } @Override public BerString createString(BerObject.TypeClass typeClass, int type) { return new BerStringImpl(typeClass, type); }