new DERObjectIdentifier("1.1.1.10000.1"),
new DEROctetString(data),
new DERPrintableString("hello world"),
new DERSequence(new DERPrintableString("hello world")),
new DERSet(new DERPrintableString("hello world")),
new DERT61String("hello world"),
new DERTaggedObject(0, new DERPrintableString("hello world")),
new DERUniversalString(data),
new DERUnknownTag(0xff & (~(DERTags.TAGGED | DERTags.APPLICATION)), data),
new DERUTCTime(new Date()),
new DERUTF8String("hello world"),