| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.security | |
| net.named_data.jndn.security.v2 |
| Modifier and Type | Method and Description |
|---|---|
ValidityPeriod |
Sha256WithRsaSignature.getValidityPeriod()
Get the validity period.
|
ValidityPeriod |
Sha256WithEcdsaSignature.getValidityPeriod()
Get the validity period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sha256WithRsaSignature.setValidityPeriod(ValidityPeriod validityPeriod)
Set the validity period to a copy of the given ValidityPeriod.
|
void |
Sha256WithEcdsaSignature.setValidityPeriod(ValidityPeriod validityPeriod)
Set the validity period to a copy of the given ValidityPeriod.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidityPeriod |
ValidityPeriod.getFromSignature(Signature signature)
If the signature is a type that has a ValidityPeriod, then return it.
|
ValidityPeriod |
SigningInfo.getValidityPeriod()
Get the validity period for the signature info.
|
ValidityPeriod |
ValidityPeriod.setPeriod(double notBefore,
double notAfter)
Set the validity period.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidityPeriod.equals(ValidityPeriod other)
Check if this is the same validity period as other.
|
SigningInfo |
SigningInfo.setValidityPeriod(ValidityPeriod validityPeriod)
Set the validity period for the signature info.
|
| Constructor and Description |
|---|
ValidityPeriod(ValidityPeriod validityPeriod)
Create a new ValidityPeriod with a copy of the fields in the given
validityPeriod.
|
| Modifier and Type | Method and Description |
|---|---|
ValidityPeriod |
CertificateV2.getValidityPeriod()
Get the certificate validity period from the SignatureInfo.
|
Copyright © 2018. All rights reserved.