Exception hierarchy altered, add EncryptedKey resolution.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / KeyResolver.h
index cf318be..7d060c6 100644 (file)
 namespace xmlsignature {\r
 \r
     /**\r
-     * An API for resolving decryption keys.\r
-     * Can be used during both data and key decryption.\r
+     * An API for resolving keys.\r
      */\r
     class XMLTOOL_API KeyResolver {\r
     public:\r
         /**\r
-         * Constructor based on a single externally supplied decryption key.\r
+         * Constructor based on a single externally supplied key.\r
          * The key will be destroyed when the resolver is. \r
          * \r
-         * @param key   external decryption key\r
+         * @param key   external key\r
          */\r
         KeyResolver(XSECCryptoKey* key=NULL) : m_key(key) {}\r
         \r