ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collection of Utility functions specifically for certificates. More...
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().
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().