KeyPairGeneratorSpec.Builder.SetStartDate(Date) Method

Definition

Sets the start of the validity period for the self-signed certificate of the generated key pair.

[Android.Runtime.Register("setStartDate", "(Ljava/util/Date;)Landroid/security/KeyPairGeneratorSpec$Builder;", "")]
public Android.Security.KeyPairGeneratorSpec.Builder SetStartDate (Java.Util.Date startDate);
[<Android.Runtime.Register("setStartDate", "(Ljava/util/Date;)Landroid/security/KeyPairGeneratorSpec$Builder;", "")>]
member this.SetStartDate : Java.Util.Date -> Android.Security.KeyPairGeneratorSpec.Builder

Parameters

startDate
Date

Returns

Attributes

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