encrypted-content-types.h
1 
22 #ifndef NDN_ENCRYPTED_CONTENT_TYPES_H
23 #define NDN_ENCRYPTED_CONTENT_TYPES_H
24 
25 #include "algo/encrypt-params-types.h"
26 #include "../key-types.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
38  ndn_EncryptAlgorithmType algorithmType;
39  struct ndn_KeyLocator keyLocator;
40  struct ndn_Blob initialVector;
41  struct ndn_Blob payload;
42 };
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif
ndn_EncryptAlgorithmType algorithmType
-1 for none
Definition: encrypted-content-types.h:38
Copyright (C) 2016 Regents of the University of California.
Definition: encrypted-content-types.h:37
An ndn_KeyLocator holds the type of key locator and related data.
Definition: key-types.h:38
Copyright (C) 2015-2016 Regents of the University of California.
Definition: blob-types.h:33