Searched refs:getAlgorithmName (Results 1 – 5 of 5) sorted by relevance
52 mCipher = Cipher.getInstance(getAlgorithmName()); in IkeMac()54 mMac = Mac.getInstance(getAlgorithmName()); in IkeMac()89 SecretKeySpec secretKey = new SecretKeySpec(keyBytes, getAlgorithmName()); in signBytes()
38 protected String getAlgorithmName() { in getAlgorithmName() method in IkeCrypto
55 mCipher = Cipher.getInstance(getAlgorithmName()); in IkeCipher()
55 SecretKeySpec key = new SecretKeySpec(keyBytes, getAlgorithmName()); in doCipherAction()
88 SecretKeySpec key = new SecretKeySpec(secretKeyBytes, getAlgorithmName()); in doCipherAction()