Searched refs:temps (Results 1 – 1 of 1) sorted by relevance
615 DerOutputStream[] temps = new in derEncode() local619 temps[i] = new DerOutputStream(); in derEncode()620 temps[i].putIA5String( values[i]); in derEncode()622 temp.putOrderedSetOf(DerValue.tag_Set, temps); in derEncode()665 DerOutputStream[] temps = new in derEncode() local669 temps[i] = new DerOutputStream(); in derEncode()670 temps[i].putPrintableString(values[i]); in derEncode()672 temp.putOrderedSetOf(DerValue.tag_Set, temps); in derEncode()