public static final class KeyStore.TrustedCertificateEntry extends Object implements KeyStore.Entry
Certificate が格納された KeyStore エントリです。| コンストラクタと説明 |
|---|
KeyStore.TrustedCertificateEntry(Certificate trustedCert)
信頼できる
Certificate を使って TrustedCertificateEntry を構築します。 |
public KeyStore.TrustedCertificateEntry(Certificate trustedCert)
Certificate を使って TrustedCertificateEntry を構築します。trustedCert - 信頼できる CertificateNullPointerException - trustedCert が null である場合public Certificate getTrustedCertificate()
Certficate を取得します。Certificate バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.