Searched defs:oValue (Results 1 - 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DIETFUtils.java481 private static ASN1Primitive decodeObject(String oValue) argument
485 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1)));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java1020 String oValue = (String)other.values.elementAt(i);
1022 if (!equivalentStrings(value, oValue))
1133 String oValue = (String)other.values.elementAt(j);
1135 if (equivalentStrings(value, oValue))
1156 String oValue = canonicalize(s2);
1158 if (!value.equals(oValue))
1161 oValue = stripInternalSpaces(oValue);
1163 if (!value.equals(oValue))
1189 private ASN1Primitive decodeObject(String oValue) argument
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 343 milliseconds