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

/system/core/libmincrypt/tools/
H A DDumpPublicKey.java44 static int check(RSAPublicKey key, boolean useSHA256) throws Exception { argument
50 version = useSHA256 ? 3 : 1;
52 version = useSHA256 ? 4 : 2;
72 static String print(RSAPublicKey key, boolean useSHA256) throws Exception { argument
73 int version = check(key, useSHA256);
142 boolean useSHA256 = false;
149 useSHA256 = false;
151 useSHA256 = true;
159 check(key, useSHA256);
160 System.out.print(print(key, useSHA256));
[all...]

Completed in 328 milliseconds