Язык

KeyStore.TrustedCertificateEntry Конструкторы

Определение

Перегрузки

Имя. Описание
KeyStore.TrustedCertificateEntry(Certificate)

Создает объект TrustedCertificateEntry с доверенным Certificate.

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

Создает объект TrustedCertificateEntry с доверенными Certificate и связанными атрибутами записи.

KeyStore.TrustedCertificateEntry(Certificate)

Создает объект TrustedCertificateEntry с доверенным Certificate.

[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

Атрибуты

Исключения

trustCertificateЗначение null if .

Комментарии

Создает объект TrustedCertificateEntry с доверенным Certificate.

Java документации по java.security.KeyStore.TrustedCertificateEntry.KeyStore$TrustedCertificateEntry(java.security.cert.Certificate).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к

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

Создает объект TrustedCertificateEntry с доверенными Certificate и связанными атрибутами записи.

[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

attributes
ICollection<KeyStore.IEntryAttribute>

Атрибуты

Атрибуты

Комментарии

Создает объект TrustedCertificateEntry с доверенными Certificate и связанными атрибутами записи.

Указанный объект attributes клонируется перед сохранением в новом TrustedCertificateEntry объекте.

Добавлено в версии 1.8.

Java документации по java.security.KeyStore.TrustedCertificateEntry.KeyStore$TrustedCertificateEntry(java.security.cert.Certificate, java.util.Set<java.security.KeyStore.Entry.Attribute>).

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к