tlv-encrypted-content.h
1 
21 #ifndef NDN_TLV_ENCRYPTED_CONTENT_H
22 #define NDN_TLV_ENCRYPTED_CONTENT_H
23 
24 #include "../../encrypt/encrypted-content.h"
25 #include "tlv-encoder.h"
26 #include "tlv-decoder.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
40 ndn_Error
41 ndn_encodeTlvEncryptedContent
42  (const struct ndn_EncryptedContent *encryptedContent,
43  struct ndn_TlvEncoder *encoder);
44 
53 ndn_Error
54 ndn_decodeTlvEncryptedContent
55  (struct ndn_EncryptedContent *encryptedContent, struct ndn_TlvDecoder *decoder);
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif
Copyright (C) 2016 Regents of the University of California.
Definition: encrypted-content-types.h:37
Copyright (C) 2014-2016 Regents of the University of California.
Definition: tlv-encoder.h:39
Copyright (C) 2014-2016 Regents of the University of California.
Definition: tlv-decoder.h:34