KeyStoreBuilderParameters Constructors

Definition

Overloads

KeyStoreBuilderParameters(KeyStore+Builder)

Construct new KeyStoreBuilderParameters from the specified java.

KeyStoreBuilderParameters(IList<KeyStore.Builder>)

Construct new KeyStoreBuilderParameters from a List of java.

KeyStoreBuilderParameters(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

KeyStoreBuilderParameters(KeyStore+Builder)

Construct new KeyStoreBuilderParameters from the specified java.

[Android.Runtime.Register(".ctor", "(Ljava/security/KeyStore$Builder;)V", "")]
public KeyStoreBuilderParameters (Java.Security.KeyStore.Builder? builder);
[<Android.Runtime.Register(".ctor", "(Ljava/security/KeyStore$Builder;)V", "")>]
new Javax.Net.Ssl.KeyStoreBuilderParameters : Java.Security.KeyStore.Builder -> Javax.Net.Ssl.KeyStoreBuilderParameters

Parameters

builder
KeyStore.Builder

the Builder object

Attributes

Remarks

Java documentation for javax.net.ssl.KeyStoreBuilderParameters.KeyStoreBuilderParameters(java.security.Builder).

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

KeyStoreBuilderParameters(IList<KeyStore.Builder>)

Construct new KeyStoreBuilderParameters from a List of java.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "")]
public KeyStoreBuilderParameters (System.Collections.Generic.IList<Java.Security.KeyStore.Builder>? parameters);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "")>]
new Javax.Net.Ssl.KeyStoreBuilderParameters : System.Collections.Generic.IList<Java.Security.KeyStore.Builder> -> Javax.Net.Ssl.KeyStoreBuilderParameters

Parameters

parameters
IList<KeyStore.Builder>

the List of Builder objects

Attributes

Remarks

Construct new KeyStoreBuilderParameters from a List of java.security.KeyStore.Builders. Note that the list is cloned to protect against subsequent modification.

Java documentation for javax.net.ssl.KeyStoreBuilderParameters.KeyStoreBuilderParameters(java.util.List<java.security.KeyStore.Builder>).

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

KeyStoreBuilderParameters(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected KeyStoreBuilderParameters (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Net.Ssl.KeyStoreBuilderParameters : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Net.Ssl.KeyStoreBuilderParameters

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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