Fix CRL logging.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / XSECCryptoX509CRL.h
index fd67f20..c706b04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006 The Apache Software Foundation.
+ * Copyright 2001-2007 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.
@@ -62,13 +62,17 @@ namespace xmltooling {
          */
         virtual XSECCryptoX509CRL* clone() const=0;
 
+        /**
+         * Load a Base64-encoded CRL into the object.
+         *
+         * @param buf buffer containing the base64-encoded CRL
+         * @param len number of bytes of data in the CRL buffer (0 if the string is null terminated)
+         */
        virtual void loadX509CRLBase64Bin(const char* buf, unsigned int len)=0;
     
        /**
         * Load a PEM encoded CRL into the object.
         *
-        * Takes a PEM encoded CRL and loads it.
-        *
         * @param buf buffer containing the PEM encoded CRL
         * @param len number of bytes of data in the CRL buffer (0 if the string is null terminated)
         */