| Package | Description |
|---|---|
| net.named_data.jndn |
| Modifier and Type | Method and Description |
|---|---|
static KeyLocator |
KeyLocator.getFromSignature(Signature signature)
If the signature is a type that has a KeyLocator, then return it.
|
KeyLocator |
Sha256WithEcdsaSignature.getKeyLocator() |
KeyLocator |
Sha256WithRsaSignature.getKeyLocator() |
KeyLocator |
Interest.getKeyLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Sha256WithEcdsaSignature.setKeyLocator(KeyLocator keyLocator) |
void |
Sha256WithRsaSignature.setKeyLocator(KeyLocator keyLocator) |
Interest |
Interest.setKeyLocator(KeyLocator keyLocator)
Set this interest to use a copy of the given KeyLocator object.
|
| Constructor and Description |
|---|
KeyLocator(KeyLocator keyLocator)
Create a new KeyLocator with a copy of the fields in keyLocator.
|
Copyright © 2015. All rights reserved.