ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
getKeyAsString () | |
getPassphrase () | |
Public Member Functions inherited from SAML2\Certificate\Key | |
__construct (array $keyData) | |
canBeUsedFor ($usage) | |
Whether or not the key is configured to be used for usage given. More... | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
Static Public Member Functions | |
static | create ($keyContents, $passphrase=null) |
Static Public Member Functions inherited from SAML2\Certificate\Key | |
static | getValidKeyUsages () |
Returns the list of valid key usage options. More... | |
Additional Inherited Members | |
Data Fields inherited from SAML2\Certificate\Key | |
const | USAGE_SIGNING = 'signing' |
const | USAGE_ENCRYPTION = 'encryption' |
Protected Member Functions inherited from SAML2\Certificate\Key | |
assertIsString ($test) | |
Asserts that the parameter is of type string. More... | |
Protected Attributes inherited from SAML2\Certificate\Key | |
$keyData = array() | |
Definition at line 7 of file PrivateKey.php.
|
static |
Definition at line 9 of file PrivateKey.php.
References SAML2\Certificate\Key\$keyData, array, and SAML2\Exception\InvalidArgumentException\invalidType().
Referenced by SAML2\Certificate\PrivateKeyLoader\loadPrivateKey().
SAML2\Certificate\PrivateKey::getKeyAsString | ( | ) |
Definition at line 27 of file PrivateKey.php.
Referenced by SAML2\Certificate\PrivateKeyLoader\convertPrivateKeyToRsaKey().
SAML2\Certificate\PrivateKey::getPassphrase | ( | ) |
Definition at line 32 of file PrivateKey.php.
Referenced by SAML2\Certificate\PrivateKeyLoader\convertPrivateKeyToRsaKey().