Searched refs:oidVec (Results 1 – 2 of 2) sorted by relevance
197 Vector oidVec = new Vector(); in getExtensionOIDs() local205 oidVec.addElement(oid); in getExtensionOIDs()209 return toOidArray(oidVec); in getExtensionOIDs()212 private ASN1ObjectIdentifier[] toOidArray(Vector oidVec) in toOidArray() argument214 ASN1ObjectIdentifier[] oids = new ASN1ObjectIdentifier[oidVec.size()]; in toOidArray()218 oids[i] = (ASN1ObjectIdentifier)oidVec.elementAt(i); in toOidArray()
452 Vector oidVec = new Vector(); in getExtensionOIDs() local460 oidVec.addElement(oid); in getExtensionOIDs()464 return toOidArray(oidVec); in getExtensionOIDs()467 private ASN1ObjectIdentifier[] toOidArray(Vector oidVec) in toOidArray() argument469 ASN1ObjectIdentifier[] oids = new ASN1ObjectIdentifier[oidVec.size()]; in toOidArray()473 oids[i] = (ASN1ObjectIdentifier)oidVec.elementAt(i); in toOidArray()