Home
last modified time | relevance | path

Searched refs:checkRSA (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() method in DumpPublicKey
89 return checkRSA((RSAPublicKey) key, useSHA256); in check()