Fixed name of KeyDescriptor method.
authorScott Cantor <cantor.2@osu.edu>
Tue, 1 Mar 2005 23:11:37 +0000 (23:11 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 1 Mar 2005 23:11:37 +0000 (23:11 +0000)
shib/shib.h

index e7eb889..3b0b3f0 100644 (file)
@@ -121,7 +121,7 @@ namespace shibboleth
         enum KeyUse { unspecified, encryption, signing };
         virtual KeyUse getUse() const=0;
         virtual DSIGKeyInfoList* getKeyInfo() const=0;
-        virtual saml::Iterator<const XENCEncryptionMethod*> getEncryptionMethod() const=0;
+        virtual saml::Iterator<const XENCEncryptionMethod*> getEncryptionMethods() const=0;
         virtual ~IKeyDescriptor() {}
     };