|
JavaTM 2 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
。
Certificate
。public String toString()
Object
中的 toString
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。