Searched refs:stringToValue (Results 1 – 8 of 8) sorted by relevance
26 this.addRDN(oid, template.stringToValue(oid, value)); in addRDN()51 vals[i] = template.stringToValue(oids[i], values[i]); in addMultiValuedRDN()
23 ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value); in stringToValue() method
229 o.accumulate(s, JSONObject.stringToValue((String)t)); in parse()257 o.accumulate("content", JSONObject.stringToValue(s)); in parse()
169 newjo.accumulate(attribute, JSONObject.stringToValue((String)token)); in parse()222 JSONObject.stringToValue((String)token) : token); in parse()
371 return JSONObject.stringToValue(s); in nextValue()
1211 static public Object stringToValue(String s) { in stringToValue() method in JSONObject
289 public ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value) in stringToValue() method in BCStyle
182 public ASN1Encodable stringToValue(ASN1ObjectIdentifier oid, String value) in stringToValue() method in RFC4519Style