ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
DecryptionProvider.php
Go to the documentation of this file.
1<?php
2
3namespace SAML2\Configuration;
4
6{
11
15 public function getSharedKey();
16
23 public function getPrivateKey($name, $required = false);
24
28 public function getBlacklistedAlgorithms();
29}
An exception for terminatinating execution or to throw for unit testing.
getPrivateKey($name, $required=false)