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()