Home
last modified time | relevance | path

Searched refs:extOid (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DCertUtils.java281 ASN1ObjectIdentifier extOid = (ASN1ObjectIdentifier)en.nextElement(); in doReplaceExtension() local
283 if (extOid.equals(ext.getExtnId())) in doReplaceExtension()
290 extGenerator.addExtension(exts.getExtension(extOid)); in doReplaceExtension()
310 ASN1ObjectIdentifier extOid = (ASN1ObjectIdentifier)en.nextElement(); in doRemoveExtension() local
312 if (extOid.equals(oid)) in doRemoveExtension()
318 extGenerator.addExtension(exts.getExtension(extOid)); in doRemoveExtension()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6247 ScopedLocalRef<jstring> extOid( in get_X509Type_ext_oids() local
6249 if (extOid.get() == nullptr) { in get_X509Type_ext_oids()
6254 env->SetObjectArrayElement(joa.get(), count++, extOid.get()); in get_X509Type_ext_oids()