Update copyright.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / KeyResolver.h
index 6adb039..2592312 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2006 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -206,6 +206,7 @@ namespace xmlsignature {
         xmltooling::XSECCryptoX509CRL* resolveCRL(const Signature* sig) const;
 
     protected:
+        /** Stores an explicit key. */
         XSECCryptoKey* m_key;
 
         /**