Home
last modified time | relevance | path

Searched refs:m_cipher (Results 1 – 1 of 1) sorted by relevance

/external/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/
DVerifyRSAOAEPSHA2.java239 private Cipher m_cipher; field in VerifyRSAOAEPSHA2
256 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()