Example #1
0
        // XXX where should digest_algorithm fit in?

        // constructor
        public ccn_signing_params(int api)
        {
            api_version   = api;
            sp_flags      = 0;
            template_ccnb = IntPtr.Zero;
            pubid         = "";
            co_type       = Content.ccn_content_type.CCN_CONTENT_DATA;
            freshness     = -1;
        }
Example #2
0
 // XXX where should digest_algorithm fit in?
 // constructor
 public ccn_signing_params(int api)
 {
     api_version = api;
     sp_flags = 0;
     template_ccnb = IntPtr.Zero;
     pubid = "";
     co_type = Content.ccn_content_type.CCN_CONTENT_DATA;
     freshness = -1;
 }