| Class and Description |
|---|
| net.named_data.jndn.PublisherPublicKeyDigest |
| Method and Description |
|---|
| net.named_data.jndn.security.KeyChain.createIdentity(Name)
Use createIdentityAndCertificate which returns the
certificate name instead of the key name.
|
| net.named_data.jndn.security.KeyChain.createIdentity(Name, KeyParams)
Use createIdentityAndCertificate which returns the
certificate name instead of the key name.
|
| net.named_data.jndn.security.identity.IdentityManager.createIdentity(Name, KeyParams)
Use createIdentityAndCertificate which returns the
certificate name instead of the key name. You can use
IdentityCertificate.certificateNameToPublicKeyName to convert the
certificate name to the key name.
|
| net.named_data.jndn.Interest.getAnswerOriginKind()
Use getMustBeFresh.
|
| net.named_data.jndn.Sha256WithRsaSignature.getDigestAlgorithm()
This is for the NDNx wire format which is deprecated.
|
| net.named_data.jndn.MetaInfo.getFinalBlockID()
Use getFinalBlockId.
|
| net.named_data.jndn.MetaInfo.getFreshnessSeconds()
Use getFreshnessPeriod.
|
| net.named_data.jndn.Sha256WithRsaSignature.getPublisherPublicKeyDigest()
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.
|
| net.named_data.jndn.Interest.getPublisherPublicKeyDigest()
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.
|
| net.named_data.jndn.MetaInfo.getTimestampMilliseconds()
Use the application-specific content to store a timestamp.
|
| net.named_data.jndn.Sha256WithRsaSignature.getWitness()
This is for the NDNx wire format which is deprecated.
|
| net.named_data.jndn.Face.registerPrefix(Name, OnInterest, OnRegisterFailed)
Use registerPrefix where onInterest is an OnInterestCallback
(which is passed this Face for calling putData) instead of the deprecated
OnInterest (which is passed a Transport object).
|
| net.named_data.jndn.Face.registerPrefix(Name, OnInterest, OnRegisterFailed, ForwardingFlags)
Use registerPrefix where onInterest is an OnInterestCallback
(which is passed this Face for calling putData) instead of the deprecated
OnInterest (which is passed a Transport object).
|
| net.named_data.jndn.Face.registerPrefix(Name, OnInterest, OnRegisterFailed, ForwardingFlags, WireFormat)
Use registerPrefix where onInterest is an OnInterestCallback
(which is passed this Face for calling putData) instead of the deprecated
OnInterest (which is passed a Transport object).
|
| net.named_data.jndn.Face.registerPrefix(Name, OnInterest, OnRegisterFailed, WireFormat)
Use registerPrefix where onInterest is an OnInterestCallback
(which is passed this Face for calling putData) instead of the deprecated
OnInterest (which is passed a Transport object).
|
| net.named_data.jndn.Interest.setAnswerOriginKind(int)
Use setMustBeFresh.
|
| net.named_data.jndn.Sha256WithRsaSignature.setDigestAlgorithm(Blob)
This is for the NDNx wire format which is deprecated.
|
| net.named_data.jndn.MetaInfo.setFinalBlockID(Name.Component)
Use setFinalBlockId.
|
| net.named_data.jndn.MetaInfo.setFreshnessSeconds(int)
Use setFreshnessPeriod.
|
| net.named_data.jndn.security.identity.MemoryPrivateKeyStorage.setKeyPairForKeyName(Name, ByteBuffer, ByteBuffer)
Use setKeyPairForKeyName(keyName, KeyType.RSA, publicKeyDer, privateKeyDer).
|
| net.named_data.jndn.Interest.setNonce(Blob)
You should let the wire encoder generate a random nonce
internally before sending the interest.
|
| net.named_data.jndn.Sha256WithRsaSignature.setPublisherPublicKeyDigest(PublisherPublicKeyDigest)
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.
|
| net.named_data.jndn.MetaInfo.setTimestampMilliseconds(double)
Use the application-specific content to store a timestamp.
|
| net.named_data.jndn.Sha256WithRsaSignature.setWitness(Blob)
This is for the NDNx wire format which is deprecated.
|
| Constructor and Description |
|---|
| net.named_data.jndn.PublisherPublicKeyDigest() |
Copyright © 2015. All rights reserved.