JavaTM 2 Platform
Standard Ed. 5.0

java.security
クラス KeyStore.TrustedCertificateEntry

java.lang.Object
  上位を拡張 java.security.KeyStore.TrustedCertificateEntry
すべての実装されたインタフェース:
KeyStore.Entry
含まれているクラス:
KeyStore

public static final class KeyStore.TrustedCertificateEntry
extends Object
implements KeyStore.Entry

信頼できる Certificate が格納された KeyStore エントリです。

導入されたバージョン:
1.5

コンストラクタの概要
KeyStore.TrustedCertificateEntry(Certificate trustedCert)
          信頼できる Certificate を使って TrustedCertificateEntry を構築します。
 
メソッドの概要
 Certificate getTrustedCertificate()
          このエントリ内の信頼できる Certficate を取得します。
 String toString()
          この TrustedCertificateEntry の文字列表現を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

KeyStore.TrustedCertificateEntry

public KeyStore.TrustedCertificateEntry(Certificate trustedCert)
信頼できる Certificate を使って TrustedCertificateEntry を構築します。

パラメータ:
trustedCert - 信頼できる Certificate
例外:
NullPointerException - trustedCertnull の場合
メソッドの詳細

getTrustedCertificate

public Certificate getTrustedCertificate()
このエントリ内の信頼できる Certficate を取得します。

戻り値:
このエントリ内の信頼できる Certficate

toString

public String toString()
この TrustedCertificateEntry の文字列表現を返します。

オーバーライド:
クラス Object 内の toString
戻り値:
この TrustedCertificateEntry の文字列表現

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。