Home
last modified time | relevance | path

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

/build/make/tools/signtos/
DSignTos.java112 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName()); in decryptPrivateKey() local
113 cipher.init(Cipher.DECRYPT_MODE, key, epkInfo.getAlgParameters()); in decryptPrivateKey()
116 return epkInfo.getKeySpec(cipher); in decryptPrivateKey()
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java245 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName()); in decryptPrivateKey() local
246 cipher.init(Cipher.DECRYPT_MODE, key, epkInfo.getAlgParameters()); in decryptPrivateKey()
249 return epkInfo.getKeySpec(cipher); in decryptPrivateKey()