ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
KeyCollection.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SAML2\Certificate;
4 
7 
12 {
18  public function add($key)
19  {
20  if (!$key instanceof Key) {
22  'SAML2\Certificate\Key',
23  $key
24  );
25  }
26 
28  }
29 }
Simple DTO wrapper for (X509) keys.
Definition: Key.php:12
add()
Definition: add.php:2
Simple Array implementation of Collection.
add($key)
Add a key to the collection.
Simple collection object for transporting keys.
$key
Definition: croninfo.php:18