SAML Signature subclasses and test.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sun, 14 May 2006 03:35:30 +0000 (03:35 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Sun, 14 May 2006 03:35:30 +0000 (03:35 +0000)
commitb790b3e3b733b90b68deb08c66cbfcfd5eaadf19
tree589c27ebb3f023c2f2f0c137879cd15b8d4c671f
parentad8029cb25c7edfb091745bc5b5e21447a9982f3
SAML Signature subclasses and test.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@18 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
14 files changed:
.cdtproject
saml/Makefile.am
saml/saml.vcproj
saml/saml1/core/impl/AssertionsSchemaValidators.cpp
saml/signature/SigningContext.cpp [new file with mode: 0644]
saml/signature/SigningContext.h [new file with mode: 0644]
saml/signature/VerifyingContext.cpp [new file with mode: 0644]
saml/signature/VerifyingContext.h [new file with mode: 0644]
samltest/Makefile.am
samltest/saml1/core/impl/AudienceRestrictionConditionTest.h [new file with mode: 0644]
samltest/saml1/core/impl/AudienceTest.h [new file with mode: 0644]
samltest/saml1/core/impl/AuthenticationStatementTest.h [new file with mode: 0644]
samltest/samltest.vcproj
samltest/signature/SAML1AssertionTest.h [new file with mode: 0644]