|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.net.CacheResponse
java.net.SecureCacheResponse
public abstract class SecureCacheResponse
최초로 TLS 등의 시큐리티 보호된 방법으로 취득된 캐쉬 응답을 나타냅니다.
| 생성자 의 개요 | |
|---|---|
SecureCacheResponse ()
|
|
| 메소드의 개요 | |
|---|---|
abstract String |
getCipherSuite ()
네트워크 자원을 취득한 원의 접속으로 사용되고 있던 암호화 방식군을 돌려줍니다. |
abstract List <Certificate > |
getLocalCertificateChain ()
네트워크 자원을 취득한 원의 접속의 핸드 쉐이크중에 서버에 송신된 증명서 체인을 돌려줍니다. |
abstract Principal |
getLocalPrincipal ()
네트워크 자원을 취득한 원의 접속에서의 핸드 쉐이크중에 서버에 송신된 주체를 돌려줍니다. |
abstract Principal |
getPeerPrincipal ()
네트워크 자원을 취득한 원의 접속의 기간중에 세션 정의의 일부로서 확립된 서버의 주체를 돌려줍니다. |
abstract List <Certificate > |
getServerCertificateChain ()
네트워크 자원을 취득한 원의 접속에서의 세션 정의의 일부로서 확립된 서버의 증명서 체인을, 캐쉬로부터 돌려줍니다. |
| 클래스 java.net. CacheResponse 로부터 상속된 메소드 |
|---|
getBody , getHeaders |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 생성자 의 상세 |
|---|
public SecureCacheResponse()
| 메소드의 상세 |
|---|
public abstract String getCipherSuite()
public abstract List <Certificate > getLocalCertificateChain()
getLocalPrincipal()
public abstract List <Certificate > getServerCertificateChain()
throws SSLPeerUnverifiedException
SSLPeerUnverifiedException - 피어가 확인되지 않았던 경우getPeerPrincipal()
public abstract Principal getPeerPrincipal()
throws SSLPeerUnverifiedException
SSLPeerUnverifiedException - 피어가 확인되지 않았던 경우getServerCertificateChain() ,
getLocalPrincipal() public abstract Principal getLocalPrincipal()
getLocalCertificateChain() ,
getPeerPrincipal()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.