ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Specific Certificate Key. More...
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 () | |
![]() | |
__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 | getValidKeyUsages () |
Returns the list of valid key usage options. More... | |
Private Attributes | |
$fingerprint | |
Additional Inherited Members | |
![]() | |
const | USAGE_SIGNING = 'signing' |
const | USAGE_ENCRYPTION = 'encryption' |
![]() | |
assertIsString ($test) | |
Asserts that the parameter is of type string. More... | |
![]() | |
$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().
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().