Searched refs:cipher (Results 1 – 1 of 1) sorted by relevance
151 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName()); in decryptPrivateKey() local152 cipher.init(Cipher.DECRYPT_MODE, key, epkInfo.getAlgParameters()); in decryptPrivateKey()155 return epkInfo.getKeySpec(cipher); in decryptPrivateKey()