Home | History | Annotate | Download | only in signapk

Lines Matching refs:cipher

77 import javax.crypto.Cipher;
209 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName());
210 cipher.init(Cipher.DECRYPT_MODE, key, epkInfo.getAlgParameters());
213 return epkInfo.getKeySpec(cipher);