| Package | Description |
|---|---|
| net.named_data.jndn | |
| net.named_data.jndn.security.policy | |
| net.named_data.jndn.util |
| Modifier and Type | Method and Description |
|---|---|
SignedBlob |
Data.getDefaultWireEncoding()
Return a pointer to the defaultWireEncoding, which was encoded with
getDefaultWireEncodingFormat().
|
SignedBlob |
Interest.getDefaultWireEncoding()
Return a pointer to the defaultWireEncoding, which was encoded with
getDefaultWireEncodingFormat().
|
SignedBlob |
Data.wireEncode()
Encode this Data for the default wire format WireFormat.getDefaultWireFormat().
|
SignedBlob |
Interest.wireEncode()
Encode this Interest for the default wire format
WireFormat.getDefaultWireFormat().
|
SignedBlob |
Data.wireEncode(WireFormat wireFormat)
Encode this Data for a particular wire format.
|
SignedBlob |
Interest.wireEncode(WireFormat wireFormat)
Encode this Interest for a particular wire format.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
PolicyManager.verifySignature(Signature signature,
SignedBlob signedBlob,
Blob publicKeyDer)
Check the type of signature and use the publicKeyDer to verify the
signedBlob using the appropriate signature algorithm.
|
| Constructor and Description |
|---|
SignedBlob(SignedBlob signedBlob)
Create a new SignedBlob as a copy of the given signedBlob.
|
Copyright © 2019. All rights reserved.