Home
last modified time | relevance | path

Searched refs:decodePassword (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/apksigner/java/com/android/apksigner/
DPasswordRetriever.java218 char[] pwd = decodePassword(encodedPwd, encodingForDecoding); in getPasswords()
286 private static char[] decodePassword(byte[] pwdBytes, Charset encoding) throws IOException { in decodePassword() method in PasswordRetriever