CollectionCertStoreParameters 构造函数

定义

重载

CollectionCertStoreParameters()

使用默认参数值(空和不可变Collection)创建实例CollectionCertStoreParameters

CollectionCertStoreParameters(ICollection<Object>)

创建一个实例,该实例 CollectionCertStoreParameters 将允许从指定的 Collection证书和 CRL 检索。

CollectionCertStoreParameters(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

CollectionCertStoreParameters()

使用默认参数值(空和不可变Collection)创建实例CollectionCertStoreParameters

[Android.Runtime.Register(".ctor", "()V", "")]
public CollectionCertStoreParameters ();
属性

注解

使用默认参数值(空和不可变Collection)创建实例CollectionCertStoreParameters

适用于 . 的 java.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

CollectionCertStoreParameters(ICollection<Object>)

创建一个实例,该实例 CollectionCertStoreParameters 将允许从指定的 Collection证书和 CRL 检索。

[Android.Runtime.Register(".ctor", "(Ljava/util/Collection;)V", "")]
public CollectionCertStoreParameters (System.Collections.Generic.ICollection<object>? collection);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Collection;)V", "")>]
new Java.Security.Cert.CollectionCertStoreParameters : System.Collections.Generic.ICollection<obj> -> Java.Security.Cert.CollectionCertStoreParameters

参数

collection
ICollection<Object>

s Collection CertificateCRLs

属性

注解

创建一个实例,该实例 CollectionCertStoreParameters 将允许从指定的 Collection证书和 CRL 检索。 如果指定 Collection 包含的对象不是 CertificateCRL,则集合 CertStore将忽略该对象。

Collection未<复制 b></b>。 而是使用引用。 这允许调用方随后添加或删除或从中添加或删除Certificates,从而更改集合CertStore可用的集合集CertificatesCRLCRLCollection 集合 CertStore 不会修改 . Collection的内容。

Collection如果一个线程将在另一个线程调用已使用此方法Collection初始化的集合CertStore的方法时对其进行修改,则必须Collection具有故障快速迭代器。

适用于 . 的 java.security.cert.CollectionCertStoreParameters.CollectionCertStoreParameters(java.util.Collection<?>)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

CollectionCertStoreParameters(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

protected CollectionCertStoreParameters (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.CollectionCertStoreParameters : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.CollectionCertStoreParameters

参数

javaReference
IntPtr

nativeint

IntPtr一个包含 Java 本机接口 (JNI) 对象引用。

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于