RSAWANGDlg.h
上传用户:len888
上传日期:2015-03-06
资源大小:59k
文件大小:2k
源码类别:

CA认证

开发平台:

Visual C++

  1. // RSAWANGDlg.h : header file
  2. //
  3. #if !defined(AFX_RSAWANGDLG_H__146DD329_C054_408D_B4C9_8CE9783336DA__INCLUDED_)
  4. #define AFX_RSAWANGDLG_H__146DD329_C054_408D_B4C9_8CE9783336DA__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRSAWANGDlg dialog
  10. class CRSAWANGDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRSAWANGDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CRSAWANGDlg)
  17. enum { IDD = IDD_RSAWANG_DIALOG };
  18. CString m_strDecryptString;
  19. CString m_strSourceString;
  20. CString m_strR;
  21. CString m_strPublicKey;
  22. CString m_strPrivateKey;
  23. CStringArray m_strEncryptStringArray;
  24. CString m_strEncryptString;
  25. CString m_strInputPublicKey;
  26. CString m_strInputPrivateKey;
  27. //}}AFX_DATA
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CRSAWANGDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. // Generated message map functions
  37. //{{AFX_MSG(CRSAWANGDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  40. afx_msg void OnPaint();
  41. afx_msg HCURSOR OnQueryDragIcon();
  42. virtual void OnCancel();
  43. afx_msg void OnEncrypt();
  44. afx_msg void OnDecrypt();
  45. afx_msg void OnGenkey();
  46. //afx_msg void OnGenkey();
  47. afx_msg void OnGeneratekey();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. private:
  51. CString m_strInputModeR1;
  52. CString m_strInputR;
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_RSAWANGDLG_H__146DD329_C054_408D_B4C9_8CE9783336DA__INCLUDED_)