Searched defs:secretKey (Results 1 – 8 of 8) sorted by relevance
99 SecretKey secretKey = new SecretKeySpec(encryptionKey, ENCRYPT_ALGORITHM); in encrypt() local142 SecretKey secretKey = new SecretKeySpec(encryptionKey, ENCRYPT_ALGORITHM); in decrypt() local
101 SecretKey secretKey = new SecretKeySpec(encryptionKey, ENCRYPT_ALGORITHM); in encrypt() local144 SecretKey secretKey = new SecretKeySpec(encryptionKey, ENCRYPT_ALGORITHM); in decrypt() local
69 SecretKeySpec secretKey = new SecretKeySpec(keyBytes, getAlgorithmName()); in signBytes() local
147 SecretKey secretKey = null; in getOrCreateSecretKey() local
840 SecretKey secretKey = getOrCreateSecretKey(keyAlias); in encryptData() local863 SecretKey secretKey = getOrCreateSecretKey(keyAlias); in decryptData() local
582 SecretKey secretKey = in desEncrypt() local
784 SecretKey secretKey = null; in getOrCreateSecretKey() local
1310 SecretKeySpec secretKey = new SecretKeySpec(key, CIPHER_ALGORITHM); in doCipherOperation() local