다음을 통해 공유


CollectionCertStoreParameters 생성자

정의

오버로드

CollectionCertStoreParameters()

기본 매개 변수 값(비어 있고 변경할 수 없음Collection)을 사용하여 인스턴스 CollectionCertStoreParameters 를 만듭니다.

CollectionCertStoreParameters(ICollection<Object>)

지정된 Collection서버에서 인증서 및 CRL을 검색할 수 있는 인스턴스 CollectionCertStoreParameters 를 만듭니다.

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

지정된 Collection서버에서 인증서 및 CRL을 검색할 수 있는 인스턴스 CollectionCertStoreParameters 를 만듭니다.

[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>

a Collection of Certificates and CRLs

특성

설명

지정된 Collection서버에서 인증서 및 CRL을 검색할 수 있는 인스턴스 CollectionCertStoreParameters 를 만듭니다. 지정한 Collection 개체에 A 또는이 아닌 Certificate CRL개체가 포함되어 있으면 컬렉션에서 해당 개체를 CertStore무시합니다.

<bCollection>/b>가 복사되지 않았습니다<. 대신 참조가 사용됩니다. 이렇게 하면 호출자가 이후에 컬렉션CertStore에서 사용할 수 있는 집합 Certificates 또는 집합을 변경하여 추가하거나 CRLCRL제거할 CertificatesCollection있습니다. 컬렉션 CertStore 은 .의 Collection내용을 수정하지 않습니다.

다른 스레드가 Collection 이를 Collection사용하여 초기화된 컬렉션 CertStore 의 메서드를 호출하는 동안 스레드가 한 스레드에 의해 수정되는 경우 장애 조치(fail-fast) 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

IntPtrJNI(Java Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상