Java Secure Socket Extension

Java Secure Socket Extension

컴퓨팅에서 Java Secure Socket Extension(JSE)은 Java API 및 SunJSE라는 이름의 프로바이더 구현으로 Java 런타임 환경에서 안전한 인터넷 통신을 가능하게 합니다.Java 기술 버전의 SSL(Secure Sockets Layer) 및 TLS(Transport Layer Security) 프로토콜을 구현합니다.여기에는 데이터 암호화,[1] 서버 인증, 메시지 무결성 및 옵션 클라이언트 인증 기능이 포함됩니다.

JSE는 원래 Java 버전 1.2 및 1.3의 옵션 패키지로 개발되었지만 표준 API로 추가되어 JDK 1.4에 구현되었습니다.

「 」를 참조해 주세요.

레퍼런스

  1. ^ Harold, Elliotte Rusty (2013). Java Network Programming. O'Reilly Media, Inc. p. 327. ISBN 9781449365967. Retrieved 2014-10-19. JSSE allows you to create sockets and server sockets that transparently handle the negotiations and encryption necessary for secure communication.

외부 링크