|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\Assertion\Decrypter:Public Member Functions | |
| __construct (LoggerInterface $logger, IdentityProvider $identityProvider, ServiceProvider $serviceProvider, PrivateKeyLoader $privateKeyLoader) | |
| isEncryptionRequired () | |
| Allows for checking whether either the SP or the IdP requires assertion encryption. More... | |
| decrypt (EncryptedAssertion $assertion) | |
Private Attributes | |
| $identityProvider | |
| $serviceProvider | |
| $privateKeyLoader | |
| $logger | |
Definition at line 12 of file Decrypter.php.
| SAML2\Assertion\Decrypter::__construct | ( | LoggerInterface | $logger, |
| IdentityProvider | $identityProvider, | ||
| ServiceProvider | $serviceProvider, | ||
| PrivateKeyLoader | $privateKeyLoader | ||
| ) |
Definition at line 34 of file Decrypter.php.
References SAML2\Assertion\Decrypter\$identityProvider, SAML2\Assertion\Decrypter\$logger, SAML2\Assertion\Decrypter\$privateKeyLoader, and SAML2\Assertion\Decrypter\$serviceProvider.
| SAML2\Assertion\Decrypter::decrypt | ( | EncryptedAssertion | $assertion | ) |
| \SAML2\EncryptedAssertion | $assertion |
Definition at line 60 of file Decrypter.php.
References $index, $key, and SAML2\EncryptedAssertion\getAssertion().
Here is the call graph for this function:| SAML2\Assertion\Decrypter::isEncryptionRequired | ( | ) |
Allows for checking whether either the SP or the IdP requires assertion encryption.
Definition at line 49 of file Decrypter.php.
|
private |
Definition at line 17 of file Decrypter.php.
Referenced by SAML2\Assertion\Decrypter\__construct().
|
private |
Definition at line 32 of file Decrypter.php.
Referenced by SAML2\Assertion\Decrypter\__construct().
|
private |
Definition at line 27 of file Decrypter.php.
Referenced by SAML2\Assertion\Decrypter\__construct().
|
private |
Definition at line 22 of file Decrypter.php.
Referenced by SAML2\Assertion\Decrypter\__construct().