KeyPairGeneratorSpec.Builder.SetEndDate(Date) Method

Definition

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

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

Parameters

endDate
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