1 / 12

Java Cryptography 에 기반한 보안 서비스 구현

Java Cryptography 에 기반한 보안 서비스 구현. 정 기 문 계산이론연구실 전남대학교 전산학과. 보안 서비스 구현. 보안 서비스 구현. 다양한 보안 메커니즘 요구. Java Security API. Cryptography in Java. Vendor and Algorithm Independence. 구현 방향. Class of JCA. Class of JCE. Sun Provider. Other Provider(ABA ’ s JCE).

neil
Download Presentation

Java Cryptography 에 기반한 보안 서비스 구현

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Cryptography에 기반한보안 서비스 구현 정 기 문 계산이론연구실 전남대학교 전산학과 전남대학교 계산이론 연구실

  2. 보안 서비스 구현 전남대학교 계산이론 연구실

  3. 보안 서비스 구현 • 다양한 보안 메커니즘 요구 전남대학교 계산이론 연구실

  4. Java Security API 전남대학교 계산이론 연구실

  5. Cryptography in Java 전남대학교 계산이론 연구실

  6. Vendor and Algorithm Independence 전남대학교 계산이론 연구실

  7. 구현 방향 전남대학교 계산이론 연구실

  8. Class of JCA 전남대학교 계산이론 연구실

  9. Class of JCE 전남대학교 계산이론 연구실

  10. Sun Provider 전남대학교 계산이론 연구실

  11. Other Provider(ABA’s JCE) • Australian Business Access(ABA) • Implementation JCE 1.2 • Cryptographic Service Provider • Digest Algorithm • MD5, SHA-0, SHA • Block Cipher • DES, DESede, IDEA, Blowfish, Twofish, RSA • Stream Cipher • RC4 전남대학교 계산이론 연구실

  12. Our Provider • Cryptographic Service Provider • Digest Algorithm • MD5, SHA, HAS-160 • Symmetric Cipher • DES, DES, DESede, SEED • Asymmetric Cipher • RSA, ElGamal, ECC • Signature • DSS, KCDSA 전남대학교 계산이론 연구실

More Related