SAML2\Certificate\Fingerprint::getRaw PHP Method

getRaw() public method

Get the raw, unmodified fingerprint value.
public getRaw ( ) : string
return string
    public function getRaw()
    {
        return $this->contents;
    }