Specific Certificate Key.
More...
Specific Certificate Key.
Definition at line 8 of file X509.php.
◆ createFromCertificateData()
static SAML2\Certificate\X509::createFromCertificateData |
( |
|
$certificateContents | ) |
|
|
static |
◆ getCertificate()
SAML2\Certificate\X509::getCertificate |
( |
| ) |
|
Get the certificate representation.
- Returns
- string
Definition at line 44 of file X509.php.
46 return "-----BEGIN CERTIFICATE-----\n" 47 . chunk_split($this->keyData[
'X509Certificate'], 64)
48 .
"-----END CERTIFICATE-----\n";
◆ getFingerprint()
SAML2\Certificate\X509::getFingerprint |
( |
| ) |
|
◆ offsetSet()
SAML2\Certificate\X509::offsetSet |
( |
|
$offset, |
|
|
|
$value |
|
) |
| |
{} Best place to ensure the logic is encapsulated in a single place
Definition at line 30 of file X509.php.
32 if ($offset ===
'X509Certificate') {
33 $value = preg_replace(
'~\s+~',
'', $value);
36 parent::offsetSet($offset, $value);
◆ $fingerprint
SAML2\Certificate\X509::$fingerprint |
|
private |
The documentation for this class was generated from the following file:
- libs/composer/vendor/simplesamlphp/saml2/src/SAML2/Certificate/X509.php