|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Simple representation of the fingerprint of a certificate. More...
Collaboration diagram for SAML2\Certificate\Fingerprint:Public Member Functions | |
| __construct ($fingerPrint) | |
| getRaw () | |
| Get the raw, unmodified fingerprint value. More... | |
| getNormalized () | |
| equals (Fingerprint $fingerprint) | |
Private Attributes | |
| $contents | |
Simple representation of the fingerprint of a certificate.
Definition at line 12 of file Fingerprint.php.
| SAML2\Certificate\Fingerprint::__construct | ( | $fingerPrint | ) |
| string | $fingerPrint |
Definition at line 24 of file Fingerprint.php.
References SAML2\Exception\InvalidArgumentException\invalidType().
Here is the call graph for this function:| SAML2\Certificate\Fingerprint::equals | ( | Fingerprint | $fingerprint | ) |
| \SAML2\Certificate\Fingerprint | $fingerprint |
Definition at line 56 of file Fingerprint.php.
References SAML2\Certificate\Fingerprint\getNormalized().
Here is the call graph for this function:| SAML2\Certificate\Fingerprint::getNormalized | ( | ) |
Definition at line 46 of file Fingerprint.php.
Referenced by SAML2\Certificate\Fingerprint\equals().
Here is the caller graph for this function:| SAML2\Certificate\Fingerprint::getRaw | ( | ) |
Get the raw, unmodified fingerprint value.
Definition at line 38 of file Fingerprint.php.
References SAML2\Certificate\Fingerprint\$contents.
|
private |
Definition at line 17 of file Fingerprint.php.
Referenced by SAML2\Certificate\Fingerprint\getRaw().