JavaTM 2 Platform
Standard Ed. 6

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

保存可信的 CertificateKeyStore 項。

從以下版本開始:
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

返回:
此項中的可信 Certificate

toString

public String toString()
返回此 TrustedCertificateEntry 的字元串表示形式。

覆寫:
類別 Object 中的 toString
返回:
此 TrustedCertificateEntry 的字元串表示形式。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only