Searched refs:temps (Results 1 – 1 of 1) sorted by relevance
614 DerOutputStream[] temps = new in derEncode() local618 temps[i] = new DerOutputStream(); in derEncode()619 temps[i].putIA5String( values[i]); in derEncode()621 temp.putOrderedSetOf(DerValue.tag_Set, temps); in derEncode()664 DerOutputStream[] temps = new in derEncode() local668 temps[i] = new DerOutputStream(); in derEncode()669 temps[i].putPrintableString(values[i]); in derEncode()671 temp.putOrderedSetOf(DerValue.tag_Set, temps); in derEncode()