ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
loadPrivateKey (PrivateKeyConfiguration $key) | |
Loads a private key based on the configuration given. More... | |
loadDecryptionKeys (DecryptionProvider $identityProvider, DecryptionProvider $serviceProvider) | |
Private Member Functions | |
convertPrivateKeyToRsaKey (PrivateKey $privateKey) | |
Definition at line 11 of file PrivateKeyLoader.php.
|
private |
\SAML2\Certificate\PrivateKey | $privateKey |
Definition at line 68 of file PrivateKeyLoader.php.
References $key, SAML2\Certificate\PrivateKey\getKeyAsString(), SAML2\Certificate\PrivateKey\getPassphrase(), and RobRichards\XMLSecLibs\XMLSecurityKey\RSA_1_5.
Referenced by SAML2\Certificate\PrivateKeyLoader\loadDecryptionKeys().
SAML2\Certificate\PrivateKeyLoader::loadDecryptionKeys | ( | DecryptionProvider | $identityProvider, |
DecryptionProvider | $serviceProvider | ||
) |
\SAML2\Configuration\DecryptionProvider | $identityProvider | |
\SAML2\Configuration\DecryptionProvider | $serviceProvider |
Definition at line 34 of file PrivateKeyLoader.php.
References $key, RobRichards\XMLSecLibs\XMLSecurityKey\AES128_CBC, SAML2\Certificate\PrivateKeyLoader\convertPrivateKeyToRsaKey(), SAML2\Configuration\DecryptionProvider\getPrivateKey(), SAML2\Configuration\DecryptionProvider\getSharedKey(), and SAML2\Certificate\PrivateKeyLoader\loadPrivateKey().
SAML2\Certificate\PrivateKeyLoader::loadPrivateKey | ( | PrivateKeyConfiguration | $key | ) |
Loads a private key based on the configuration given.
\SAML2\Configuration\PrivateKey | $key |
Definition at line 20 of file PrivateKeyLoader.php.
References SAML2\Certificate\PrivateKey\create(), and SAML2\Utilities\File\getFileContents().
Referenced by SAML2\Certificate\PrivateKeyLoader\loadDecryptionKeys().