Searched refs:m_cipher (Results 1 – 1 of 1) sorted by relevance
239 private Cipher m_cipher; field in VerifyRSAOAEPSHA2256 m_cipher = getCipher(m_alg_hash); in VerifyRSAOAEPSHA2()359 m_cipher.init(Cipher.DECRYPT_MODE, m_private_key, m_algo_param); in testDecrypt()360 byte[] java_plaintext = m_cipher.doFinal(ciphertext); in testDecrypt()