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