in progress use DDF to serialise names
[moonshot.git] / mech_eap / util_shib.h
index a6fe0ec..db931fb 100644 (file)
@@ -78,9 +78,10 @@ public:
 
     const char *prefix(void) const;
 
-    void exportToBuffer(gss_buffer_t buffer) const;
-    bool initFromBuffer(const gss_eap_attr_ctx *ctx,
-                        const gss_buffer_t buffer);
+    const char *marshallingKey(void) const;
+    bool unmarshallAndInit(const gss_eap_attr_ctx *manager,
+                           DDF &object GSSEAP_UNUSED);
+    DDF marshall(void) const;
 
     static bool init(void);
     static void finalize(void);