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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DIETFUtils.java265 private static ASN1Primitive decodeObject(String oValue) argument
269 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1)));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java936 String oValue = (String)other.values.elementAt(i);
938 if (!equivalentStrings(value, oValue))
1049 String oValue = (String)other.values.elementAt(j);
1051 if (equivalentStrings(value, oValue))
1072 String oValue = canonicalize(s2);
1074 if (!value.equals(oValue))
1077 oValue = stripInternalSpaces(oValue);
1079 if (!value.equals(oValue))
1105 private ASN1Primitive decodeObject(String oValue) argument
[all...]

Completed in 82 milliseconds