{
byte[] data = { 0, 1, 0, 1, 0, 0, 1 };
DERObject values[] = {
new BERConstructedOctetString(data),
new BERSequence(new DERPrintableString("hello world")),
new BERSet(new DERPrintableString("hello world")),
new BERTaggedObject(0, new DERPrintableString("hello world")),
new DERApplicationSpecific(0 | DERTags.APPLICATION, data),
new DERBitString(data),
new DERBMPString("hello world"),