| Package | Description |
|---|---|
| net.named_data.jndn.security.v2 |
| Modifier and Type | Method and Description |
|---|---|
TrustAnchorGroup |
TrustAnchorContainer.getGroup(String groupId)
Get the trust anchor group for the groupId.
|
void |
TrustAnchorContainer.insert(String groupId,
CertificateV2 certificate)
Insert a static trust anchor.
|
void |
TrustAnchorContainer.insert(String groupId,
String path,
double refreshPeriod)
Call the main insert where isDirectory is false.
|
void |
TrustAnchorContainer.insert(String groupId,
String path,
double refreshPeriod,
boolean isDirectory)
Insert dynamic trust anchors from the path.
|
void |
CertificateStorage.loadAnchor(String groupId,
CertificateV2 certificate)
Load a static trust anchor.
|
void |
CertificateStorage.loadAnchor(String groupId,
String path,
double refreshPeriod)
Load dynamic trust anchors.
|
void |
CertificateStorage.loadAnchor(String groupId,
String path,
double refreshPeriod,
boolean isDirectory)
Load dynamic trust anchors.
|
Copyright © 2019. All rights reserved.