Revision: 2260
Author: olavmrk
Date: Wed Apr 21 05:55:56 2010
Log: SAMLParser: Remove unused function getX509Certificates().
http://code.google.com/p/simplesamlphp/source/detail?r=2260

Modified:
 /trunk/lib/SimpleSAML/Metadata/SAMLParser.php

=======================================
--- /trunk/lib/SimpleSAML/Metadata/SAMLParser.php       Wed Apr 21 05:55:48 2010
+++ /trunk/lib/SimpleSAML/Metadata/SAMLParser.php       Wed Apr 21 05:55:56 2010
@@ -1436,29 +1436,6 @@

                return FALSE;
        }
-
-
-       /**
-        * Retrieve the X509 certificate(s) which was used to sign the metadata.
-        *
- * This function will return all X509 certificates which validates this entity. - * The certificates will be returned as an array with strings with PEM-encoded certificates.
-        *
- * @return Array with PEM-encoded certificates. This may be an empty array if no
-        *          certificates sign this entity.
-        */
-       public function getX509Certificates() {
-               $ret = array();
-
-               foreach($this->validator as $validator) {
-                       $cert = $validator->getX509Certificate();
-                       if($cert !== NULL) {
-                               $ret[] = $cert;
-                       }
-               }
-
-               return $ret;
-       }

 }

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to