2008年6月16日 星期一

The Legion of the Bouncy Castle

Bouncy Castle 是一套整理過的 java-based的密碼學api

http://www.bouncycastle.org/java.html

the Legion of the Bouncy Castle Java cryptography APIs.

這次ECT作業用到的Class有:

  • SHA512Digest 產生訊息摘要MD
  • AESEngine (對稱式加密)
  • RSAEngine (非對稱式加密)
  • RSAKeyParameters ,用來產生RSA的公鑰、私鑰
  • KeyParameter
  • BigInteger

沒有留言: