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

/libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
H A DCertBlacklistTest.java160 private static String getHash(PublicKey publicKey) throws Exception { method in class:CertBlacklistTest
244 String hash = getHash(pk);
419 System.out.println("CERTIFICATE PUBLIC KEY HASH: " + getHash(createPublicKey(cert)));
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
H A DCache.java169 public long getHash(byte[] arr) { method in class:Cache
185 * of the encoding (retrieved by method <code>getHash(byte[]))</code>
208 * (retrieved by method <code>getHash(byte[])</code>)
H A DX509CertFactoryImpl.java607 long hash = CERT_CACHE.getHash(encoding);
641 long hash = CERT_CACHE.getHash(buff);
679 long hash = CRL_CACHE.getHash(encoding);
712 long hash = CRL_CACHE.getHash(buff);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 1640 milliseconds