Searched refs:hexDecode (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/util/
H A DSerializationTester.java61 T deserialized = (T) deserialize(hexDecode(golden));
103 private static byte[] hexDecode(String s) { method in class:SerializationTester
123 return deserialize(hexDecode(hex));
/libcore/luni/src/test/java/libcore/java/security/spec/
H A DAlgorithmParametersPSSTest.java40 private static final byte[] DEFAULT_SPEC_DER_ENCODED = hexDecode("3000");
45 hexDecode(
52 hexDecode(
58 hexDecode(
64 hexDecode(
210 private static final byte[] hexDecode(String encoded) { method in class:AlgorithmParametersPSSTest

Completed in 161 milliseconds