Fix incorrect RSA key size calculation.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / Credential.h
index 0d2362f..a334d62 100644 (file)
@@ -95,7 +95,7 @@ namespace xmltooling {
         virtual const char* getAlgorithm() const=0;
 
         /**
-         * Returns the size of the key.
+         * Returns the size of the key in bits.
          *
          * @return  the key size, or 0 if indeterminate
          */