KeyStore.SetEntry 메서드

정의

지정된 별칭 아래에 키 저장소 Entry 를 저장합니다.

[Android.Runtime.Register("setEntry", "(Ljava/lang/String;Ljava/security/KeyStore$Entry;Ljava/security/KeyStore$ProtectionParameter;)V", "")]
public void SetEntry(string? alias, Java.Security.KeyStore.IEntry? entry, Java.Security.KeyStore.IProtectionParameter? protParam);
[<Android.Runtime.Register("setEntry", "(Ljava/lang/String;Ljava/security/KeyStore$Entry;Ljava/security/KeyStore$ProtectionParameter;)V", "")>]
member this.SetEntry : string * Java.Security.KeyStore.IEntry * Java.Security.KeyStore.IProtectionParameter -> unit

매개 변수

alias
String

이 별칭 아래에 키 저장소 Entry 저장

entry
KeyStore.IEntry

Entry 저장할

protParam
KeyStore.IProtectionParameter

보호하는 데 사용되는 />입니다.

특성

예외

초기 KeyStore 화되지 않은 경우

if alias is null 또는 entry is .null

설명

에 대한 java.security.KeyStore.setEntry(java.lang.String, java.security.Entry, java.security.ProtectionParameter)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상