Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DEDIPartyName.java129 DerOutputStream tmp2 = new DerOutputStream(); in encode() local
131 tmp2.putPrintableString(assigner); in encode()
133 false, TAG_ASSIGNER), tmp2); in encode() local
DPolicyInformation.java276 DerOutputStream tmp2 = new DerOutputStream(); in encode() local
278 tmp2.write(pq.getEncoded()); in encode()
280 tmp.write(DerValue.tag_Sequence, tmp2); in encode()
DAVA.java676 DerOutputStream tmp2 = new DerOutputStream(); in derEncode() local
680 tmp2.write(DerValue.tag_Sequence, tmp); in derEncode()
681 out.write(tmp2.toByteArray()); in derEncode()