21 public function add($fingerprint)
25 'SAML2\Certificate\Fingerprint ',
40 public function contains(
Fingerprint $otherFingerprint)
42 foreach ($this->elements as $fingerprint) {
44 if ($fingerprint->equals($otherFingerprint)) {
An exception for terminatinating execution or to throw for unit testing.
Simple collection object for transporting keys.
add($fingerprint)
Add a key to the collection.
Simple representation of the fingerprint of a certificate.
static invalidType($expected, $parameter)
Simple Array implementation of Collection.