Searched refs:tmp2 (Results 1 – 3 of 3) sorted by relevance
129 DerOutputStream tmp2 = new DerOutputStream(); in encode() local131 tmp2.putPrintableString(assigner); in encode()133 false, TAG_ASSIGNER), tmp2); in encode() local
276 DerOutputStream tmp2 = new DerOutputStream(); in encode() local278 tmp2.write(pq.getEncoded()); in encode()280 tmp.write(DerValue.tag_Sequence, tmp2); in encode()
676 DerOutputStream tmp2 = new DerOutputStream(); in derEncode() local680 tmp2.write(DerValue.tag_Sequence, tmp); in derEncode()681 out.write(tmp2.toByteArray()); in derEncode()