ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
KeyCollection.php
Go to the documentation of this file.
1<?php
2
3namespace 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}
An exception for terminatinating execution or to throw for unit testing.
Simple collection object for transporting keys.
add($key)
Add a key to the collection.
Simple DTO wrapper for (X509) keys.
Definition: Key.php:13
Simple Array implementation of Collection.
$key
Definition: croninfo.php:18
add()
Definition: add.php:2