ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Simple representation of the fingerprint of a certificate. More...
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().
SAML2\Certificate\Fingerprint::equals | ( | Fingerprint | $fingerprint | ) |
\SAML2\Certificate\Fingerprint | $fingerprint |
Definition at line 56 of file Fingerprint.php.
References SAML2\Certificate\Fingerprint\getNormalized().
SAML2\Certificate\Fingerprint::getNormalized | ( | ) |
Definition at line 46 of file Fingerprint.php.
Referenced by SAML2\Certificate\Fingerprint\equals().
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().