Share via


DomainLoadStoreParameter Constructor

Definition

Constructs a DomainLoadStoreParameter for a keystore ___domain with the parameters used to protect keystore data.

[Android.Runtime.Register(".ctor", "(Ljava/net/URI;Ljava/util/Map;)V", "", ApiSince=26)]
public DomainLoadStoreParameter(Java.Net.URI? configuration, System.Collections.Generic.IDictionary<string,Java.Security.KeyStore.IProtectionParameter>? protectionParams);
[<Android.Runtime.Register(".ctor", "(Ljava/net/URI;Ljava/util/Map;)V", "", ApiSince=26)>]
new Java.Security.DomainLoadStoreParameter : Java.Net.URI * System.Collections.Generic.IDictionary<string, Java.Security.KeyStore.IProtectionParameter> -> Java.Security.DomainLoadStoreParameter

Parameters

configuration
URI

identifier for the ___domain configuration data. The name of the target ___domain should be specified in the java.net.URI fragment component when it is necessary to distinguish between several ___domain configurations at the same ___location.

protectionParams
IDictionary<String,KeyStore.IProtectionParameter>

the map from keystore name to the parameter used to protect keystore data. A java.util.Collections.EMPTY_MAP should be used when protection parameters are not required or when they have been specified by properties in the ___domain configuration data. It is cloned to prevent subsequent modification.

Attributes

Remarks

Constructs a DomainLoadStoreParameter for a keystore ___domain with the parameters used to protect keystore data.

Java documentation for java.security.DomainLoadStoreParameter.DomainLoadStoreParameter(java.net.URI, java.util.Map<java.lang.String, java.security.KeyStore.ProtectionParameter>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to