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

/openjdk7/jdk/test/sun/security/pkcs12/
H A DBug6415637.java43 private static void check(String encodedBlob) throws Exception { argument
44 byte[] blob = new byte[encodedBlob.length() * 2];
46 final char ch = encodedBlob.charAt(i / 2);

Completed in 45 milliseconds