| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.objects |
| Modifier and Type | Field and Description |
|---|---|
protected DateAttribute |
Certificate.endDate
The end date of this certificate's validity.
|
protected DateAttribute |
Key.endDate
The end date of this key's validity.
|
protected DateAttribute |
Certificate.startDate
The start date of this certificate's validity.
|
protected DateAttribute |
Key.startDate
The start date of this key's validity.
|
| Modifier and Type | Method and Description |
|---|---|
DateAttribute |
Certificate.getEndDate()
Gets the end date attribute of the validity of the PKCS#11 certificate.
|
DateAttribute |
Key.getEndDate()
Gets the end date attribute of the validity of this key.
|
DateAttribute |
Certificate.getStartDate()
Gets the start date attribute of the validity of the PKCS#11 certificate.
|
DateAttribute |
Key.getStartDate()
Gets the start date attribute of the validity of this key.
|
Copyright © 2020. All rights reserved.