|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collection of Utility functions specifically for certificates. More...
Collaboration diagram for SAML2\Utilities\Certificate:Static Public Member Functions | |
| static | hasValidStructure ($certificate) |
| static | convertToCertificate ($X509CertificateContents) |
Data Fields | |
| const | CERTIFICATE_PATTERN = '/^-----BEGIN CERTIFICATE-----([^-]*)^-----END CERTIFICATE-----/m' |
| The pattern that the contents of a certificate should adhere to. More... | |
Collection of Utility functions specifically for certificates.
Definition at line 8 of file Certificate.php.
|
static |
| string | $X509CertificateContents |
Definition at line 30 of file Certificate.php.
|
static |
| $certificate |
Definition at line 20 of file Certificate.php.
References $certificate.
Referenced by SAML2\Certificate\KeyLoader\loadCertificateFile().
Here is the caller graph for this function:| const SAML2\Utilities\Certificate::CERTIFICATE_PATTERN = '/^-----BEGIN CERTIFICATE-----([^-]*)^-----END CERTIFICATE-----/m' |
The pattern that the contents of a certificate should adhere to.
Definition at line 13 of file Certificate.php.
Referenced by SAML2\Certificate\KeyLoader\loadCertificateFile().