Home
last modified time | relevance | path

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

/system/core/libmincrypt/tools/
DDumpPublicKey.java48 static int checkRSA(RSAPublicKey key, boolean useSHA256) throws Exception { in checkRSA()
87 static int check(PublicKey key, boolean useSHA256) throws Exception { in check()
106 static String printRSA(RSAPublicKey key, boolean useSHA256) throws Exception { in printRSA()
221 static String print(PublicKey key, boolean useSHA256) throws Exception { in print()