|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Specific Certificate Key. More...
Inheritance diagram for SAML2\Certificate\X509:
Collaboration diagram for SAML2\Certificate\X509:Public Member Functions | |
| offsetSet ($offset, $value) | |
| {} Best place to ensure the logic is encapsulated in a single place More... | |
| getCertificate () | |
| Get the certificate representation. More... | |
| getFingerprint () | |
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 | createFromCertificateData ($certificateContents) |
Static Public Member Functions inherited from SAML2\Certificate\Key | |
| static | getValidKeyUsages () |
| Returns the list of valid key usage options. More... | |
Private Attributes | |
| $fingerprint | |
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() | |
Specific Certificate Key.
|
static |
Definition at line 15 of file X509.php.
References $data.
Referenced by SAML2\Certificate\KeyLoader\loadCertificateData(), and SAML2\Certificate\KeyLoader\loadCertificateFile().
Here is the caller graph for this function:| SAML2\Certificate\X509::getCertificate | ( | ) |
| SAML2\Certificate\X509::getFingerprint | ( | ) |
Definition at line 56 of file X509.php.
References SAML2\Certificate\X509\$fingerprint.
| SAML2\Certificate\X509::offsetSet | ( | $offset, | |
| $value | |||
| ) |
{} Best place to ensure the logic is encapsulated in a single place
Reimplemented from SAML2\Certificate\Key.
Definition at line 30 of file X509.php.
|
private |
Definition at line 13 of file X509.php.
Referenced by SAML2\Certificate\X509\getFingerprint().