| Package | Description |
|---|---|
| net.named_data.jndn |
| Modifier and Type | Method and Description |
|---|---|
PublisherPublicKeyDigest |
ForwardingEntry.getPublisherPublicKeyDigest() |
PublisherPublicKeyDigest |
Sha256WithRsaSignature.getPublisherPublicKeyDigest()
Deprecated.
The Signature publisherPublicKeyDigest is deprecated. If you
need a publisher public key digest, set the keyLocator keyLocatorType to
KEY_LOCATOR_DIGEST and set its key data to the digest.
|
PublisherPublicKeyDigest |
Interest.getPublisherPublicKeyDigest()
Deprecated.
The Interest publisherPublicKeyDigest is deprecated. If you
need a publisher public key digest, set the keyLocator keyLocatorType to
KEY_LOCATOR_DIGEST and set its key data to the digest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sha256WithRsaSignature.setPublisherPublicKeyDigest(PublisherPublicKeyDigest publisherPublicKeyDigest)
Deprecated.
The Signature publisherPublicKeyDigest is deprecated. If you
need a publisher public key digest, set the keyLocator keyLocatorType to
KEY_LOCATOR_DIGEST and set its key data to the digest.
|
| Constructor and Description |
|---|
PublisherPublicKeyDigest(PublisherPublicKeyDigest publisherPublicKeyDigest)
Deprecated.
Create a new PublisherPublicKeyDigest with a copy of the value in the given
publisherPublicKeyDigest.
|
Copyright © 2015. All rights reserved.