KeyStoreParameter.Builder(Context) Constructor

Definition

Creates a new instance of the Builder with the given context.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public Builder (Android.Content.Context context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Security.KeyStoreParameter.Builder : Android.Content.Context -> Android.Security.KeyStoreParameter.Builder

Parameters

context
Context
Attributes

Remarks

Creates a new instance of the Builder with the given context. The context passed in may be used to pop up some UI to ask the user to unlock or initialize the Android KeyStore facility.

Java documentation for android.security.KeyStoreParameter.Builder.KeyStoreParameter$Builder(android.content.Context).

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