언어

CertStore 생성자

정의

오버로드

속성 Description
CertStore(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

CertStore(CertStoreSpi, Provider, String, ICertStoreParameters)

CertStore 지정된 형식의 개체를 만들고 해당 형식에 지정된 SPI 개체(공급자 구현)를 캡슐화합니다.

CertStore(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

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

매개 변수

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

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

적용 대상

CertStore(CertStoreSpi, Provider, String, ICertStoreParameters)

CertStore 지정된 형식의 개체를 만들고 해당 형식에 지정된 SPI 개체(공급자 구현)를 캡슐화합니다.

[Android.Runtime.Register(".ctor", "(Ljava/security/cert/CertStoreSpi;Ljava/security/Provider;Ljava/lang/String;Ljava/security/cert/CertStoreParameters;)V", "")]
protected CertStore(Java.Security.Cert.CertStoreSpi? storeSpi, Java.Security.Provider? provider, string? type, Java.Security.Cert.ICertStoreParameters? params);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/CertStoreSpi;Ljava/security/Provider;Ljava/lang/String;Ljava/security/cert/CertStoreParameters;)V", "")>]
new Java.Security.Cert.CertStore : Java.Security.Cert.CertStoreSpi * Java.Security.Provider * string * Java.Security.Cert.ICertStoreParameters -> Java.Security.Cert.CertStore

매개 변수

storeSpi
CertStoreSpi

공급자 구현

provider
Provider

공급자

type
String

형식

params
ICertStoreParameters

초기화 매개 변수(있을 null수 있음)

특성

설명

CertStore 지정된 형식의 개체를 만들고 해당 형식에 지정된 SPI 개체(공급자 구현)를 캡슐화합니다.

에 대한 java.security.cert.CertStore.CertStore(java.security.cert.CertStoreSpi, java.security.Provider, java.lang.String, java.security.cert.CertStoreParameters)Java 설명서

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

적용 대상