Fix doc warnings.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 18:15:07 +0000 (18:15 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 6 Aug 2009 18:15:07 +0000 (18:15 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@618 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/security/SecurityHelper.h
xmltooling/security/XSECCryptoX509CRL.h

index 0f0207d..3dfe9e8 100644 (file)
@@ -63,6 +63,7 @@ namespace xmltooling {
          * @param certs     array to populate with certificate(s)
          * @param pathname  path to file containing certificate(s)
          * @param format    optional constant identifying certificate encoding format
+         * @param password  optional password to decrypt certificate(s)
          * @return  size of the resulting array
          */
         static std::vector<XSECCryptoX509*>::size_type loadCertificatesFromFile(
@@ -99,6 +100,7 @@ namespace xmltooling {
          * @param transport object to use to acquire certificate(s)
          * @param backing   backing file for certificate(s) (written to or read from if download fails)
          * @param format    optional constant identifying certificate encoding format
+         * @param password  optional password to decrypt certificate(s)
          * @return  size of the resulting array
          */
         static std::vector<XSECCryptoX509*>::size_type loadCertificatesFromURL(
index c706b04..e545293 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2007 The Apache Software Foundation.
+ * Copyright 2001-2009 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,14 +47,6 @@ namespace xmltooling {
         */
        virtual const XMLCh* getProviderName() const=0;
     
-       /**
-        * Load a CRL into the object.
-        * Takes a base64 DER-encoded CRL and loads it.
-        *
-        * @param buf buffer containing the Base64 encoded CRL
-        * @param len number of bytes of data in the CRL buffer
-        */
-    
         /**
          * Returns a duplicate of the original object.
          *