~ubuntu-branches/ubuntu/trusty/lasso/trusty

« back to all changes in this revision

Viewing changes to lasso/xml/saml-2.0/saml2_encrypted_element.c

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * GNU General Public License for more details.
19
19
 *
20
20
 * You should have received a copy of the GNU General Public License
21
 
 * along with this program; if not, write to the Free Software
22
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
21
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
23
22
 */
24
23
 
25
24
#include "../private.h"
57
56
 
58
57
static struct XmlSnippet schema_snippets[] = {
59
58
        { "EncryptedData", SNIPPET_XMLNODE,
60
 
                G_STRUCT_OFFSET(LassoSaml2EncryptedElement, EncryptedData), NULL, NULL, NULL},
 
59
                G_STRUCT_OFFSET(LassoSaml2EncryptedElement, EncryptedData), NULL, LASSO_XMLENC_PREFIX,
 
60
                LASSO_XMLENC_HREF},
61
61
        { "EncryptedKey", SNIPPET_LIST_XMLNODES,
62
 
                G_STRUCT_OFFSET(LassoSaml2EncryptedElement, EncryptedKey), NULL, NULL, NULL},
 
62
                G_STRUCT_OFFSET(LassoSaml2EncryptedElement, EncryptedKey), NULL, LASSO_XMLENC_PREFIX,
 
63
                LASSO_XMLENC_HREF},
63
64
        { "NameID", SNIPPET_NODE | SNIPPET_LASSO_DUMP,
64
65
                G_STRUCT_OFFSET(LassoSaml2EncryptedElement, original_data), NULL, NULL, NULL},
65
66
        {NULL, 0, 0, NULL, NULL, NULL}