|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.security.KeyStore.TrustedCertificateEntry
public static final class KeyStore.TrustedCertificateEntry
信頼できる Certificate
が格納された KeyStore
エントリです。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public KeyStore.TrustedCertificateEntry(Certificate trustedCert)
Certificate
を使って TrustedCertificateEntry
を構築します。
trustedCert
- 信頼できる Certificate
NullPointerException
- trustedCert
が null
の場合メソッドの詳細 |
---|
public Certificate getTrustedCertificate()
Certficate
を取得します。
Certficate
public String toString()
Object
内の toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。