|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。