SAML TrustEngine wrappers, ExplicitKeyTrustEngine plugin.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 21 Aug 2006 17:05:22 +0000 (17:05 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 21 Aug 2006 17:05:22 +0000 (17:05 +0000)
commitae2c64f7ed436d2e527765bba1daf3843344f028
tree5eb4c47e5fe95208ab56692c65026f33f9fac2f9
parentd1e55495745cbc6c4c3bc35f0a0208cf85df9e84
SAML TrustEngine wrappers, ExplicitKeyTrustEngine plugin.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@71 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0
17 files changed:
.cdtproject
.project
saml/Makefile.am
saml/SAMLConfig.cpp
saml/SAMLConfig.h
saml/saml.vcproj
saml/security/MetadataKeyInfoIterator.h [new file with mode: 0644]
saml/security/TrustEngine.h [new file with mode: 0644]
saml/security/X509TrustEngine.h [new file with mode: 0644]
saml/security/impl/ExplicitKeyTrustEngine.cpp [new file with mode: 0644]
saml/security/impl/TrustEngine.cpp [new file with mode: 0644]
samltest/Makefile.am
samltest/data/security/FilesystemMetadataProvider.xml [new file with mode: 0644]
samltest/data/security/example-metadata.xml [new file with mode: 0644]
samltest/samltest.vcproj
samltest/security/ExplicitKeyTrustEngineTest.cpp [new file with mode: 0644]
samltest/security/ExplicitKeyTrustEngineTest.h [new file with mode: 0644]