| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.encrypt |
| 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() |
KeyLocator |
HmacWithSha256Signature.getKeyLocator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KeyLocator.equals(KeyLocator other)
Check if this key locator has the same values as the given key locator.
|
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.
|
void |
HmacWithSha256Signature.setKeyLocator(KeyLocator keyLocator) |
| Constructor and Description |
|---|
KeyLocator(KeyLocator keyLocator)
Create a new KeyLocator with a copy of the fields in keyLocator.
|
| Modifier and Type | Method and Description |
|---|---|
KeyLocator |
EncryptedContent.getKeyLocator()
Get the key locator.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedContent |
EncryptedContent.setKeyLocator(KeyLocator keyLocator)
Set the key locator.
|
Copyright © 2017. All rights reserved.