setValidityPeriod
fun setValidityPeriod(validFrom: Instant, validUntil: Instant): AndroidKeystoreCreateKeySettings.Builder
Sets the key validity period.
By default the key validity period is unbounded.
Return
the builder.
Parameters
validFrom
the point in time before which the key is not valid.
validUntil
the point in time after which the key is not valid.