言語

KeyStore.TrustedCertificateEntry コンストラクター

定義

オーバーロード

名前 説明
KeyStore.TrustedCertificateEntry(Certificate)

信頼されたCertificateを使用してTrustedCertificateEntryを構築します。

KeyStore.TrustedCertificateEntry(Certificate, ICollection<KeyStore.IEntryAttribute>)

信頼されたCertificateと関連するエントリ属性を持つTrustedCertificateEntryを構築します。

KeyStore.TrustedCertificateEntry(Certificate)

信頼されたCertificateを使用してTrustedCertificateEntryを構築します。

[Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;)V", "")]
public TrustedCertificateEntry(Java.Security.Cert.Certificate? trustedCert);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;)V", "")>]
new Java.Security.KeyStore.TrustedCertificateEntry : Java.Security.Cert.Certificate -> Java.Security.KeyStore.TrustedCertificateEntry

パラメーター

trustedCert
Certificate

信頼されている Certificate

属性

例外

trustCertificatenullされている場合は >。

注釈

信頼されたCertificateを使用してTrustedCertificateEntryを構築します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

KeyStore.TrustedCertificateEntry(Certificate, ICollection<KeyStore.IEntryAttribute>)

信頼されたCertificateと関連するエントリ属性を持つTrustedCertificateEntryを構築します。

[Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;Ljava/util/Set;)V", "", ApiSince=26)]
public TrustedCertificateEntry(Java.Security.Cert.Certificate? trustedCert, System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute>? attributes);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/Certificate;Ljava/util/Set;)V", "", ApiSince=26)>]
new Java.Security.KeyStore.TrustedCertificateEntry : Java.Security.Cert.Certificate * System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute> -> Java.Security.KeyStore.TrustedCertificateEntry

パラメーター

trustedCert
Certificate

信頼されている Certificate

属性

注釈

信頼されたCertificateと関連するエントリ属性を持つTrustedCertificateEntryを構築します。

指定した attributes は、新しい TrustedCertificateEntry オブジェクトに格納される前に複製されます。

1.8 で追加されました。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象