org.ccnx.ccn.utils.ccn_verify Class Reference
Command-line utility program to verify CCNx objects stored in a file.
More...
List of all members.
Static Public Member Functions |
static void | usage () |
static void | main (String[] args) |
static void | debugSig (PublicKey pubKey, byte[] signature) |
static ContentObject | readObjectFile (String filePath) throws ContentDecodingException, FileNotFoundException |
static PublicKey | readKeyFile (String filePath) throws ContentDecodingException, IOException, FileNotFoundException, CertificateEncodingException, InvalidKeySpecException, NoSuchAlgorithmException |
Detailed Description
Command-line utility program to verify CCNx objects stored in a file.
Member Function Documentation
static void org.ccnx.ccn.utils.ccn_verify.main |
( |
String[] |
args |
) |
[static] |
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/utils/ccn_verify.java