Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Validity |
build() |
Validity.Builder |
copy(Validity model) |
Validity.Builder |
timeOfValidityNotAfter(Date timeOfValidityNotAfter)
The date on which the certificate validity period ends, expressed in RFC
3339 timestamp format.
|
Validity.Builder |
timeOfValidityNotBefore(Date timeOfValidityNotBefore)
The date on which the certificate validity period begins, expressed in RFC
3339 timestamp format.
|
public Validity.Builder timeOfValidityNotBefore(Date timeOfValidityNotBefore)
The date on which the certificate validity period begins, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfValidityNotBefore
- the value to setpublic Validity.Builder timeOfValidityNotAfter(Date timeOfValidityNotAfter)
The date on which the certificate validity period ends, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfValidityNotAfter
- the value to setpublic Validity build()
public Validity.Builder copy(Validity model)
Copyright © 2016–2024. All rights reserved.